AWS Fundamentals Logo
AWS Fundamentals
AWS::SupportApp::SlackWorkspaceConfiguration

SupportApp SlackWorkspaceConfiguration

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

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
TeamId
string
RequiredCreate-only
VersionId
string
Write-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SupportApp::SlackWorkspaceConfiguration

Resources:
  MyResource:
    Type: AWS::SupportApp::SlackWorkspaceConfiguration
    Properties:
      TeamId: "my-teamid"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

supportapp:RegisterSlackWorkspaceForOrganizationsupportapp:ListSlackWorkspaceConfigurations

read

supportapp:ListSlackWorkspaceConfigurations

update

supportapp:RegisterSlackWorkspaceForOrganizationsupportapp:ListSlackWorkspaceConfigurations

delete

supportapp:ListSlackWorkspaceConfigurationssupportapp:DeleteSlackWorkspaceConfiguration

list

supportapp:ListSlackWorkspaceConfigurations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSupportApp
Properties2
Required1
TaggingNot supported
Primary IDTeamId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TeamId

External Links