Uses of Class
software.amazon.awscdk.services.chatbot.CfnSlackChannelConfiguration.Builder
Packages that use CfnSlackChannelConfiguration.Builder
-
Uses of CfnSlackChannelConfiguration.Builder in software.amazon.awscdk.services.chatbot
Methods in software.amazon.awscdk.services.chatbot that return CfnSlackChannelConfiguration.BuilderModifier and TypeMethodDescriptionCfnSlackChannelConfiguration.Builder.configurationName(String configurationName) The name of the configuration.CfnSlackChannelConfiguration.Builder.customizationResourceArns(List<String> customizationResourceArns) Links a list of resource ARNs (for example, custom action ARNs) to a Slack channel configuration for .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 .CfnSlackChannelConfiguration.Builder.iamRoleArn(IRoleRef iamRoleArn) The ARN of the IAM role that defines the permissions for .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 .CfnSlackChannelConfiguration.Builder.snsTopicArns(List<? extends Object> snsTopicArns) The ARNs of the SNS topics that deliver notifications to .The tags to add to the configuration.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.