Values.SlackWorkspaceSourceA Slack workspace.
type nonrec t = {slackTeamId : SlackTeamId.t option;The ID of the Slack workspace authorized with AWS Chatbot.
*)slackTeamName : SlackTeamName.t option;The name of the Slack workspace.
*)state : ResourceState.t option;Either ENABLED or DISABLED. The resource returns DISABLED if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.
*)stateReason : String_.t option;Provided if State is DISABLED. Provides context as to why the resource is disabled.
*)}