AWS::SupportApp::SlackWorkspaceConfigurationAn AWS Support App resource that creates, updates, lists, and deletes Slack workspace configurations.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TeamId | string | RequiredCreate-only |
VersionId | string | Write-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SupportApp::SlackWorkspaceConfiguration
Resources:
MyResource:
Type: AWS::SupportApp::SlackWorkspaceConfiguration
Properties:
TeamId: "my-teamid"Permissions CloudFormation needs in your IAM role to manage this resource.
supportapp:RegisterSlackWorkspaceForOrganizationsupportapp:ListSlackWorkspaceConfigurationssupportapp:ListSlackWorkspaceConfigurationssupportapp:RegisterSlackWorkspaceForOrganizationsupportapp:ListSlackWorkspaceConfigurationssupportapp:ListSlackWorkspaceConfigurationssupportapp:DeleteSlackWorkspaceConfigurationsupportapp:ListSlackWorkspaceConfigurationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTeamIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TeamId