page_title | subcategory | description |
---|---|---|
airbyte_source_youtube_analytics Resource - terraform-provider-airbyte |
SourceYoutubeAnalytics Resource |
SourceYoutubeAnalytics Resource
resource "airbyte_source_youtube_analytics" "my_source_youtubeanalytics" {
configuration = {
credentials = {
additional_properties = "{ \"see\": \"documentation\" }"
client_id = "...my_client_id..."
client_secret = "...my_client_secret..."
refresh_token = "...my_refresh_token..."
}
}
definition_id = "277cc3f8-b558-4609-821a-eb821b00a3f7"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "ddc4ab00-8822-4a78-bd4f-944dac4fd75d"
}
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)source_id
(String)source_type
(String)
Required:
credentials
(Attributes) (see below for nested schema)
Required:
client_id
(String, Sensitive) The Client ID of your developer applicationclient_secret
(String, Sensitive) The client secret of your developer applicationrefresh_token
(String, Sensitive) A refresh token generated using the above client ID and secret
Optional:
additional_properties
(String) Parsed as JSON.
Import is supported using the following syntax:
terraform import airbyte_source_youtube_analytics.my_airbyte_source_youtube_analytics ""