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