page_title | subcategory | description |
---|---|---|
airbyte_connection Data Source - terraform-provider-airbyte |
Connection DataSource |
Connection DataSource
data "airbyte_connection" "my_connection" {
connection_id = "...my_connection_id..."
}
connection_id
(String)
configurations
(Attributes) A list of configured stream options for a connection. (see below for nested schema)created_at
(Number)data_residency
(String)destination_id
(String)name
(String)namespace_definition
(String) Define the location where the data will be stored in the destinationnamespace_format
(String)non_breaking_schema_updates_behavior
(String) Set how Airbyte handles syncs when it detects a non-breaking schema change in the sourceprefix
(String)schedule
(Attributes) schedule for when the the connection should run, per the schedule type (see below for nested schema)source_id
(String)status
(String)tags
(Attributes List) (see below for nested schema)workspace_id
(String)
Read-Only:
streams
(Attributes List) (see below for nested schema)
Read-Only:
cursor_field
(List of String) Path to the field that will be used to determine if a record is new or modified since the last sync. This field is REQUIRED ifsync_mode
isincremental
unless there is a default.mappers
(Attributes List) Mappers that should be applied to the stream before writing to the destination. (see below for nested schema)name
(String)primary_key
(Attributes List) Paths to the fields that will be used as primary key. This field is REQUIRED ifdestination_sync_mode
is*_dedup
unless it is already supplied by the source schema. (see below for nested schema)selected_fields
(Attributes List) Paths to the fields that will be included in the configured catalog. (see below for nested schema)sync_mode
(String)
Read-Only:
id
(String)mapper_configuration
(Attributes) The values required to configure the mapper. (see below for nested schema)type
(String)
Read-Only:
encryption
(Attributes) (see below for nested schema)field_renaming
(Attributes) (see below for nested schema)hashing
(Attributes) (see below for nested schema)row_filtering
(Attributes) (see below for nested schema)
Read-Only:
aes
(Attributes) (see below for nested schema)rsa
(Attributes) (see below for nested schema)
Read-Only:
algorithm
(String)field_name_suffix
(String)key
(String, Sensitive)mode
(String)padding
(String)target_field
(String)
Read-Only:
algorithm
(String)field_name_suffix
(String)public_key
(String)target_field
(String)
Read-Only:
new_field_name
(String) The new name for the field after renaming.original_field_name
(String) The current name of the field to rename.
Read-Only:
field_name_suffix
(String) The suffix to append to the field name after hashing.method
(String) The hashing algorithm to use.target_field
(String) The name of the field to be hashed.
Read-Only:
conditions
(String) Parsed as JSON.
Read-Only:
field_path
(List of String)
Read-Only:
basic_timing
(String)cron_expression
(String)schedule_type
(String)
Read-Only:
color
(String)name
(String)tag_id
(String)workspace_id
(String)