microsoft_teams_channel_configuration
Gets an individual microsoft_teams_channel_configuration
resource
Overview
Name | microsoft_teams_channel_configuration |
Type | Resource |
Description | microsoft_teams_channel_configuration |
Id | awscc.chatbot.microsoft_teams_channel_configuration |
Fields
Name | Datatype | Description |
---|---|---|
team_id | string | The id of the Microsoft Teams team |
teams_channel_id | string | The id of the Microsoft Teams channel |
teams_tenant_id | string | The id of the Microsoft Teams tenant |
configuration_name | string | The name of the configuration |
iam_role_arn | string | The ARN of the IAM role that defines the permissions for AWS Chatbot |
sns_topic_arns | array | ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications. |
logging_level | string | Specifies the logging level for this configuration:ERROR,INFO or NONE. This property affects the log entries pushed to Amazon CloudWatch logs |
arn | string | Amazon Resource Name (ARN) of the configuration |
guardrail_policies | array | 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. |
user_role_required | boolean | Enables use of a user role requirement in your chat configuration |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
team_id,
teams_channel_id,
teams_tenant_id,
configuration_name,
iam_role_arn,
sns_topic_arns,
logging_level,
arn,
guardrail_policies,
user_role_required
FROM awscc.chatbot.microsoft_teams_channel_configuration
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the microsoft_teams_channel_configuration
resource, the following permissions are required:
Read
chatbot:GetMicrosoftTeamsChannelConfiguration
Update
chatbot:UpdateMicrosoftTeamsChannelConfiguration,
iam:PassRole
Delete
chatbot:GetMicrosoftTeamsChannelConfiguration,
chatbot:DeleteMicrosoftTeamsChannelConfiguration