1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. chatbot
  5. MicrosoftTeamsChannelConfiguration

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.chatbot.MicrosoftTeamsChannelConfiguration

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource schema for AWS::Chatbot::MicrosoftTeamsChannelConfiguration.

Create MicrosoftTeamsChannelConfiguration Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new MicrosoftTeamsChannelConfiguration(name: string, args: MicrosoftTeamsChannelConfigurationArgs, opts?: CustomResourceOptions);
@overload
def MicrosoftTeamsChannelConfiguration(resource_name: str,
                                       args: MicrosoftTeamsChannelConfigurationArgs,
                                       opts: Optional[ResourceOptions] = None)

@overload
def MicrosoftTeamsChannelConfiguration(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       iam_role_arn: Optional[str] = None,
                                       team_id: Optional[str] = None,
                                       teams_channel_id: Optional[str] = None,
                                       teams_tenant_id: Optional[str] = None,
                                       configuration_name: Optional[str] = None,
                                       customization_resource_arns: Optional[Sequence[str]] = None,
                                       guardrail_policies: Optional[Sequence[str]] = None,
                                       logging_level: Optional[str] = None,
                                       sns_topic_arns: Optional[Sequence[str]] = None,
                                       tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                                       teams_channel_name: Optional[str] = None,
                                       user_role_required: Optional[bool] = None)
func NewMicrosoftTeamsChannelConfiguration(ctx *Context, name string, args MicrosoftTeamsChannelConfigurationArgs, opts ...ResourceOption) (*MicrosoftTeamsChannelConfiguration, error)
public MicrosoftTeamsChannelConfiguration(string name, MicrosoftTeamsChannelConfigurationArgs args, CustomResourceOptions? opts = null)
public MicrosoftTeamsChannelConfiguration(String name, MicrosoftTeamsChannelConfigurationArgs args)
public MicrosoftTeamsChannelConfiguration(String name, MicrosoftTeamsChannelConfigurationArgs args, CustomResourceOptions options)
type: aws-native:chatbot:MicrosoftTeamsChannelConfiguration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. MicrosoftTeamsChannelConfigurationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. MicrosoftTeamsChannelConfigurationArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. MicrosoftTeamsChannelConfigurationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. MicrosoftTeamsChannelConfigurationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. MicrosoftTeamsChannelConfigurationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

MicrosoftTeamsChannelConfiguration Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The MicrosoftTeamsChannelConfiguration resource accepts the following input properties:

IamRoleArn This property is required. string
The ARN of the IAM role that defines the permissions for AWS Chatbot
TeamId This property is required. string
The id of the Microsoft Teams team
TeamsChannelId This property is required. string
The id of the Microsoft Teams channel
TeamsTenantId This property is required. string
The id of the Microsoft Teams tenant
ConfigurationName string
The name of the configuration
CustomizationResourceArns List<string>
ARNs of Custom Actions to associate with notifications in the provided chat channel.
GuardrailPolicies List<string>
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.
LoggingLevel string
Specifies the logging level for this configuration:ERROR,INFO or NONE. This property affects the log entries pushed to Amazon CloudWatch logs
SnsTopicArns List<string>
ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
Tags List<Pulumi.AwsNative.Inputs.Tag>
The tags to add to the configuration
TeamsChannelName string
The name of the Microsoft Teams channel
UserRoleRequired bool
Enables use of a user role requirement in your chat configuration
IamRoleArn This property is required. string
The ARN of the IAM role that defines the permissions for AWS Chatbot
TeamId This property is required. string
The id of the Microsoft Teams team
TeamsChannelId This property is required. string
The id of the Microsoft Teams channel
TeamsTenantId This property is required. string
The id of the Microsoft Teams tenant
ConfigurationName string
The name of the configuration
CustomizationResourceArns []string
ARNs of Custom Actions to associate with notifications in the provided chat channel.
GuardrailPolicies []string
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.
LoggingLevel string
Specifies the logging level for this configuration:ERROR,INFO or NONE. This property affects the log entries pushed to Amazon CloudWatch logs
SnsTopicArns []string
ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
Tags TagArgs
The tags to add to the configuration
TeamsChannelName string
The name of the Microsoft Teams channel
UserRoleRequired bool
Enables use of a user role requirement in your chat configuration
iamRoleArn This property is required. String
The ARN of the IAM role that defines the permissions for AWS Chatbot
teamId This property is required. String
The id of the Microsoft Teams team
teamsChannelId This property is required. String
The id of the Microsoft Teams channel
teamsTenantId This property is required. String
The id of the Microsoft Teams tenant
configurationName String
The name of the configuration
customizationResourceArns List<String>
ARNs of Custom Actions to associate with notifications in the provided chat channel.
guardrailPolicies List<String>
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.
loggingLevel String
Specifies the logging level for this configuration:ERROR,INFO or NONE. This property affects the log entries pushed to Amazon CloudWatch logs
snsTopicArns List<String>
ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
tags List<Tag>
The tags to add to the configuration
teamsChannelName String
The name of the Microsoft Teams channel
userRoleRequired Boolean
Enables use of a user role requirement in your chat configuration
iamRoleArn This property is required. string
The ARN of the IAM role that defines the permissions for AWS Chatbot
teamId This property is required. string
The id of the Microsoft Teams team
teamsChannelId This property is required. string
The id of the Microsoft Teams channel
teamsTenantId This property is required. string
The id of the Microsoft Teams tenant
configurationName string
The name of the configuration
customizationResourceArns string[]
ARNs of Custom Actions to associate with notifications in the provided chat channel.
guardrailPolicies string[]
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.
loggingLevel string
Specifies the logging level for this configuration:ERROR,INFO or NONE. This property affects the log entries pushed to Amazon CloudWatch logs
snsTopicArns string[]
ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
tags Tag[]
The tags to add to the configuration
teamsChannelName string
The name of the Microsoft Teams channel
userRoleRequired boolean
Enables use of a user role requirement in your chat configuration
iam_role_arn This property is required. str
The ARN of the IAM role that defines the permissions for AWS Chatbot
team_id This property is required. str
The id of the Microsoft Teams team
teams_channel_id This property is required. str
The id of the Microsoft Teams channel
teams_tenant_id This property is required. str
The id of the Microsoft Teams tenant
configuration_name str
The name of the configuration
customization_resource_arns Sequence[str]
ARNs of Custom Actions to associate with notifications in the provided chat channel.
guardrail_policies Sequence[str]
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.
logging_level str
Specifies the logging level for this configuration:ERROR,INFO or NONE. This property affects the log entries pushed to Amazon CloudWatch logs
sns_topic_arns Sequence[str]
ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
tags Sequence[TagArgs]
The tags to add to the configuration
teams_channel_name str
The name of the Microsoft Teams channel
user_role_required bool
Enables use of a user role requirement in your chat configuration
iamRoleArn This property is required. String
The ARN of the IAM role that defines the permissions for AWS Chatbot
teamId This property is required. String
The id of the Microsoft Teams team
teamsChannelId This property is required. String
The id of the Microsoft Teams channel
teamsTenantId This property is required. String
The id of the Microsoft Teams tenant
configurationName String
The name of the configuration
customizationResourceArns List<String>
ARNs of Custom Actions to associate with notifications in the provided chat channel.
guardrailPolicies List<String>
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.
loggingLevel String
Specifies the logging level for this configuration:ERROR,INFO or NONE. This property affects the log entries pushed to Amazon CloudWatch logs
snsTopicArns List<String>
ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
tags List<Property Map>
The tags to add to the configuration
teamsChannelName String
The name of the Microsoft Teams channel
userRoleRequired Boolean
Enables use of a user role requirement in your chat configuration

Outputs

All input properties are implicitly available as output properties. Additionally, the MicrosoftTeamsChannelConfiguration resource produces the following output properties:

Arn string
Amazon Resource Name (ARN) of the configuration
Id string
The provider-assigned unique ID for this managed resource.
Arn string
Amazon Resource Name (ARN) of the configuration
Id string
The provider-assigned unique ID for this managed resource.
arn String
Amazon Resource Name (ARN) of the configuration
id String
The provider-assigned unique ID for this managed resource.
arn string
Amazon Resource Name (ARN) of the configuration
id string
The provider-assigned unique ID for this managed resource.
arn str
Amazon Resource Name (ARN) of the configuration
id str
The provider-assigned unique ID for this managed resource.
arn String
Amazon Resource Name (ARN) of the configuration
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi