page_title | subcategory | description |
---|---|---|
airbyte_source_outbrain_amplify Resource - terraform-provider-airbyte |
SourceOutbrainAmplify Resource |
SourceOutbrainAmplify Resource
resource "airbyte_source_outbrain_amplify" "my_source_outbrainamplify" {
configuration = {
conversion_count = "conversion_time"
credentials = {
username_password = {
password = "...my_password..."
username = "...my_username..."
}
}
end_date = "...my_end_date..."
geo_location_breakdown = "region"
report_granularity = "monthly"
start_date = "...my_start_date..."
}
definition_id = "10259945-d6ad-44fd-802a-f39a5ba64e1a"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "0bef4627-47e6-4baf-ad2c-6a8adf015e34"
}
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:
credentials
(Attributes) Credentials for making authenticated requests requires either username/password or access_token. (see below for nested schema)start_date
(String) Date in the format YYYY-MM-DD eg. 2017-01-25. Any data before this date will not be replicated.
Optional:
conversion_count
(String) The definition of conversion count in reports. See the docs. must be one of ["click/view_time", "conversion_time"]end_date
(String) Date in the format YYYY-MM-DD.geo_location_breakdown
(String) The granularity used for geo location data in reports. must be one of ["country", "region", "subregion"]report_granularity
(String) The granularity used for periodic data in reports. See the docs. must be one of ["daily", "weekly", "monthly"]
Optional:
access_token
(Attributes) (see below for nested schema)username_password
(Attributes) (see below for nested schema)
Required:
access_token
(String, Sensitive) Access Token for making authenticated requests.
Required:
password
(String, Sensitive) Add Password for authentication.username
(String) Add Username for authentication.
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_outbrain_amplify.my_airbyte_source_outbrain_amplify ""