We recommend new projects start with resources from the AWS provider.
aws-native.chatbot.MicrosoftTeamsChannelConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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 string
- The unique name of the resource.
- args MicrosoftTeamsChannelConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args MicrosoftTeamsChannelConfigurationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MicrosoftTeamsChannelConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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:
- IamRole stringArn 
- The ARN of the IAM role that defines the permissions for AWS Chatbot
- TeamId string
- The id of the Microsoft Teams team
- TeamsChannel stringId 
- The id of the Microsoft Teams channel
- TeamsTenant stringId 
- The id of the Microsoft Teams tenant
- ConfigurationName string
- The name of the configuration
- CustomizationResource List<string>Arns 
- 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
- SnsTopic List<string>Arns 
- ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- The tags to add to the configuration
- TeamsChannel stringName 
- The name of the Microsoft Teams channel
- UserRole boolRequired 
- Enables use of a user role requirement in your chat configuration
- IamRole stringArn 
- The ARN of the IAM role that defines the permissions for AWS Chatbot
- TeamId string
- The id of the Microsoft Teams team
- TeamsChannel stringId 
- The id of the Microsoft Teams channel
- TeamsTenant stringId 
- The id of the Microsoft Teams tenant
- ConfigurationName string
- The name of the configuration
- CustomizationResource []stringArns 
- 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
- SnsTopic []stringArns 
- ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
- 
TagArgs 
- The tags to add to the configuration
- TeamsChannel stringName 
- The name of the Microsoft Teams channel
- UserRole boolRequired 
- Enables use of a user role requirement in your chat configuration
- iamRole StringArn 
- The ARN of the IAM role that defines the permissions for AWS Chatbot
- teamId String
- The id of the Microsoft Teams team
- teamsChannel StringId 
- The id of the Microsoft Teams channel
- teamsTenant StringId 
- The id of the Microsoft Teams tenant
- configurationName String
- The name of the configuration
- customizationResource List<String>Arns 
- 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
- snsTopic List<String>Arns 
- ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
- List<Tag>
- The tags to add to the configuration
- teamsChannel StringName 
- The name of the Microsoft Teams channel
- userRole BooleanRequired 
- Enables use of a user role requirement in your chat configuration
- iamRole stringArn 
- The ARN of the IAM role that defines the permissions for AWS Chatbot
- teamId string
- The id of the Microsoft Teams team
- teamsChannel stringId 
- The id of the Microsoft Teams channel
- teamsTenant stringId 
- The id of the Microsoft Teams tenant
- configurationName string
- The name of the configuration
- customizationResource string[]Arns 
- 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
- snsTopic string[]Arns 
- ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
- Tag[]
- The tags to add to the configuration
- teamsChannel stringName 
- The name of the Microsoft Teams channel
- userRole booleanRequired 
- Enables use of a user role requirement in your chat configuration
- iam_role_ strarn 
- The ARN of the IAM role that defines the permissions for AWS Chatbot
- team_id str
- The id of the Microsoft Teams team
- teams_channel_ strid 
- The id of the Microsoft Teams channel
- teams_tenant_ strid 
- The id of the Microsoft Teams tenant
- configuration_name str
- The name of the configuration
- customization_resource_ Sequence[str]arns 
- 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_ Sequence[str]arns 
- ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
- 
Sequence[TagArgs] 
- The tags to add to the configuration
- teams_channel_ strname 
- The name of the Microsoft Teams channel
- user_role_ boolrequired 
- Enables use of a user role requirement in your chat configuration
- iamRole StringArn 
- The ARN of the IAM role that defines the permissions for AWS Chatbot
- teamId String
- The id of the Microsoft Teams team
- teamsChannel StringId 
- The id of the Microsoft Teams channel
- teamsTenant StringId 
- The id of the Microsoft Teams tenant
- configurationName String
- The name of the configuration
- customizationResource List<String>Arns 
- 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
- snsTopic List<String>Arns 
- ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications.
- List<Property Map>
- The tags to add to the configuration
- teamsChannel StringName 
- The name of the Microsoft Teams channel
- userRole BooleanRequired 
- 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:
Supporting Types
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.