awscc_supportapp_slack_workspace_configuration (Resource)

An AWS Support App resource that creates, updates, lists, and deletes Slack workspace configurations.

Example Usage

First Example

To create a slack workspace confifiguration for an AWS account in AWS Support App

resource "awscc_supportapp_slack_workspace_configuration" "slack_workspace_example" { 
  team_id = "team_id_from_slack" # Replace with the actual team ID from Slack
  # Other configuration parameters...
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

$ terraform import awscc_supportapp_slack_workspace_configuration.example <resource ID>