SlackWorkspaceConfigurationReference

class aws_cdk.aws_supportapp.SlackWorkspaceConfigurationReference(*, team_id)

Bases: object

A reference to a SlackWorkspaceConfiguration resource.

Parameters:

team_id (str) – The TeamId of the SlackWorkspaceConfiguration resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_supportapp as supportapp

slack_workspace_configuration_reference = supportapp.SlackWorkspaceConfigurationReference(
    team_id="teamId"
)

Attributes

team_id

The TeamId of the SlackWorkspaceConfiguration resource.