Uses of Class
software.amazon.awscdk.services.chatbot.CfnSlackChannelConfiguration.Builder
-
Uses of CfnSlackChannelConfiguration.Builder in software.amazon.awscdk.services.chatbot
Modifier and TypeMethodDescriptionCfnSlackChannelConfiguration.Builder.configurationName
(String configurationName) The name of the configuration.CfnSlackChannelConfiguration.Builder.guardrailPolicies
(List<String> guardrailPolicies) The list of IAM policy ARNs that are applied as channel guardrails.CfnSlackChannelConfiguration.Builder.iamRoleArn
(String iamRoleArn) The ARN of the IAM role that defines the permissions for AWS Chatbot .CfnSlackChannelConfiguration.Builder.loggingLevel
(String loggingLevel) Specifies the logging level for this configuration.CfnSlackChannelConfiguration.Builder.slackChannelId
(String slackChannelId) The ID of the Slack channel.CfnSlackChannelConfiguration.Builder.slackWorkspaceId
(String slackWorkspaceId) The ID of the Slack workspace authorized with AWS Chatbot .CfnSlackChannelConfiguration.Builder.snsTopicArns
(List<String> snsTopicArns) The ARNs of the SNS topics that deliver notifications to AWS Chatbot .CfnSlackChannelConfiguration.Builder.userRoleRequired
(Boolean userRoleRequired) Enables use of a user role requirement in your chat configuration.CfnSlackChannelConfiguration.Builder.userRoleRequired
(IResolvable userRoleRequired) Enables use of a user role requirement in your chat configuration.