Skip to content

Latest commit

 

History

History
198 lines (116 loc) · 5.99 KB

File metadata and controls

198 lines (116 loc) · 5.99 KB
page_title subcategory description
airbyte_workspace Data Source - terraform-provider-airbyte
Workspace DataSource

airbyte_workspace (Data Source)

Workspace DataSource

Example Usage

data "airbyte_workspace" "my_workspace" {
  workspace_id = "...my_workspace_id..."
}

Schema

Required

  • workspace_id (String)

Read-Only

  • data_residency (String)
  • name (String)
  • notifications (Attributes) Configures workspace notifications. (see below for nested schema)

Nested Schema for notifications

Read-Only:

Nested Schema for notifications.connection_update

Read-Only:

Nested Schema for notifications.connection_update.email

Read-Only:

  • enabled (Boolean)

Nested Schema for notifications.connection_update.webhook

Read-Only:

  • enabled (Boolean)
  • url (String)

Nested Schema for notifications.connection_update_action_required

Read-Only:

Nested Schema for notifications.connection_update_action_required.email

Read-Only:

  • enabled (Boolean)

Nested Schema for notifications.connection_update_action_required.webhook

Read-Only:

  • enabled (Boolean)
  • url (String)

Nested Schema for notifications.failure

Read-Only:

Nested Schema for notifications.failure.email

Read-Only:

  • enabled (Boolean)

Nested Schema for notifications.failure.webhook

Read-Only:

  • enabled (Boolean)
  • url (String)

Nested Schema for notifications.success

Read-Only:

Nested Schema for notifications.success.email

Read-Only:

  • enabled (Boolean)

Nested Schema for notifications.success.webhook

Read-Only:

  • enabled (Boolean)
  • url (String)

Nested Schema for notifications.sync_disabled

Read-Only:

Nested Schema for notifications.sync_disabled.email

Read-Only:

  • enabled (Boolean)

Nested Schema for notifications.sync_disabled.webhook

Read-Only:

  • enabled (Boolean)
  • url (String)

Nested Schema for notifications.sync_disabled_warning

Read-Only:

Nested Schema for notifications.sync_disabled_warning.email

Read-Only:

  • enabled (Boolean)

Nested Schema for notifications.sync_disabled_warning.webhook

Read-Only:

  • enabled (Boolean)
  • url (String)