Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class MicrosoftTeamsChannelConfiguration : KotlinCustomResource

Resource schema for AWS::Chatbot::MicrosoftTeamsChannelConfiguration.

Link copied to clipboard
data class MicrosoftTeamsChannelConfigurationArgs(val configurationName: Output<String>? = null, val guardrailPolicies: Output<List<String>>? = null, val iamRoleArn: Output<String>? = null, val loggingLevel: Output<String>? = null, val snsTopicArns: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null, val teamId: Output<String>? = null, val teamsChannelId: Output<String>? = null, val teamsTenantId: Output<String>? = null, val userRoleRequired: Output<Boolean>? = null) : ConvertibleToJava<MicrosoftTeamsChannelConfigurationArgs>

Resource schema for AWS::Chatbot::MicrosoftTeamsChannelConfiguration.

Link copied to clipboard
class SlackChannelConfiguration : KotlinCustomResource

Resource schema for AWS::Chatbot::SlackChannelConfiguration.

Link copied to clipboard
data class SlackChannelConfigurationArgs(val configurationName: Output<String>? = null, val guardrailPolicies: Output<List<String>>? = null, val iamRoleArn: Output<String>? = null, val loggingLevel: Output<String>? = null, val slackChannelId: Output<String>? = null, val slackWorkspaceId: Output<String>? = null, val snsTopicArns: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null, val userRoleRequired: Output<Boolean>? = null) : ConvertibleToJava<SlackChannelConfigurationArgs>

Resource schema for AWS::Chatbot::SlackChannelConfiguration.