page_title | subcategory | description |
---|---|---|
airbyte_source_apple_search_ads Resource - terraform-provider-airbyte |
SourceAppleSearchAds Resource |
SourceAppleSearchAds Resource
resource "airbyte_source_apple_search_ads" "my_source_applesearchads" {
configuration = {
backoff_factor = 10
client_id = "...my_client_id..."
client_secret = "...my_client_secret..."
end_date = "2021-01-01"
lookback_window = 7
org_id = 0
start_date = "2020-01-01"
timezone = "UTC"
}
definition_id = "f6eb56d1-0915-427d-b110-58bf43673ee3"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "87d57ac5-8ac6-43ff-882e-85cc9f51f076"
}
configuration
(Attributes) (see below for nested schema)name
(String) Name of the source e.g. dev-mysql-instance.workspace_id
(String)
definition_id
(String) The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.secret_id
(String) Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
created_at
(Number)resource_allocation
(Attributes) actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level. (see below for nested schema)source_id
(String)source_type
(String)
Required:
client_id
(String, Sensitive) A user identifier for the token request. See hereclient_secret
(String, Sensitive) A string that authenticates the user’s setup request. See hereorg_id
(Number) The identifier of the organization that owns the campaign. Your Org Id is the same as your account in the Apple Search Ads UI.start_date
(String) Start getting data from that date.
Optional:
backoff_factor
(Number) This factor factor determines the delay increase factor between retryable failures. Valid values are integers between 1 and 20. Default: 5end_date
(String) Data is retrieved until that date (included)lookback_window
(Number) Apple Search Ads uses a 30-day attribution window. However, you may consider smaller values in order to shorten sync durations, at the cost of missing late data attributions. Default: 30timezone
(String) The timezone for the reporting data. Use 'ORTZ' for Organization Time Zone or 'UTC' for Coordinated Universal Time. Default is UTC. Default: "UTC"; must be one of ["ORTZ", "UTC"]
Read-Only:
default
(Attributes) optional resource requirements to run workers (blank for unbounded allocations) (see below for nested schema)job_specific
(Attributes List) (see below for nested schema)
Read-Only:
cpu_limit
(String)cpu_request
(String)ephemeral_storage_limit
(String)ephemeral_storage_request
(String)memory_limit
(String)memory_request
(String)
Read-Only:
job_type
(String) enum that describes the different types of jobs that the platform runs. must be one of ["get_spec", "check_connection", "discover_schema", "sync", "reset_connection", "connection_updater", "replicate"]resource_requirements
(Attributes) optional resource requirements to run workers (blank for unbounded allocations) (see below for nested schema)
Read-Only:
cpu_limit
(String)cpu_request
(String)ephemeral_storage_limit
(String)ephemeral_storage_request
(String)memory_limit
(String)memory_request
(String)
Import is supported using the following syntax:
terraform import airbyte_source_apple_search_ads.my_airbyte_source_apple_search_ads ""