Get Microsoft Teams Channel Configuration Result
data class GetMicrosoftTeamsChannelConfigurationResult(val arn: String? = null, val guardrailPolicies: List<String>? = null, val iamRoleArn: String? = null, val loggingLevel: String? = null, val snsTopicArns: List<String>? = null, val tags: List<Tag>? = null, val teamsChannelId: String? = null, val userRoleRequired: Boolean? = null)
Properties
Link copied to clipboard
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied as a default if this is not set.
Link copied to clipboard
The ARN of the IAM role that defines the permissions for AWS Chatbot
Link copied to clipboard
Specifies the logging level for this configuration:ERROR,INFO or NONE. This property affects the log entries pushed to Amazon CloudWatch logs
Link copied to clipboard
ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
Link copied to clipboard
The id of the Microsoft Teams channel
Link copied to clipboard
Enables use of a user role requirement in your chat configuration