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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.chatbot.MicrosoftTeamsChannelConfiguration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 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,
                                           guardrail_policies: Optional[Sequence[str]] = None,
                                           logging_level: Optional[str] = None,
                                           sns_topic_arns: Optional[Sequence[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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const microsoftTeamsChannelConfigurationResource = new aws_native.chatbot.MicrosoftTeamsChannelConfiguration("microsoftTeamsChannelConfigurationResource", {
        iamRoleArn: "string",
        teamId: "string",
        teamsChannelId: "string",
        teamsTenantId: "string",
        configurationName: "string",
        guardrailPolicies: ["string"],
        loggingLevel: "string",
        snsTopicArns: ["string"],
        userRoleRequired: false,
    });
    
    Coming soon!
    

    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

    The MicrosoftTeamsChannelConfiguration resource accepts the following input properties:

    IamRoleArn string
    The ARN of the IAM role that defines the permissions for AWS Chatbot
    TeamId string
    The id of the Microsoft Teams team
    TeamsChannelId string
    The id of the Microsoft Teams channel
    TeamsTenantId string
    The id of the Microsoft Teams tenant
    ConfigurationName string
    The name of the configuration
    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.
    UserRoleRequired bool
    Enables use of a user role requirement in your chat configuration
    IamRoleArn string
    The ARN of the IAM role that defines the permissions for AWS Chatbot
    TeamId string
    The id of the Microsoft Teams team
    TeamsChannelId string
    The id of the Microsoft Teams channel
    TeamsTenantId string
    The id of the Microsoft Teams tenant
    ConfigurationName string
    The name of the configuration
    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.
    UserRoleRequired bool
    Enables use of a user role requirement in your chat configuration
    iamRoleArn String
    The ARN of the IAM role that defines the permissions for AWS Chatbot
    teamId String
    The id of the Microsoft Teams team
    teamsChannelId String
    The id of the Microsoft Teams channel
    teamsTenantId String
    The id of the Microsoft Teams tenant
    configurationName String
    The name of the configuration
    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.
    userRoleRequired Boolean
    Enables use of a user role requirement in your chat configuration
    iamRoleArn string
    The ARN of the IAM role that defines the permissions for AWS Chatbot
    teamId string
    The id of the Microsoft Teams team
    teamsChannelId string
    The id of the Microsoft Teams channel
    teamsTenantId string
    The id of the Microsoft Teams tenant
    configurationName string
    The name of the configuration
    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.
    userRoleRequired boolean
    Enables use of a user role requirement in your chat configuration
    iam_role_arn str
    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_id str
    The id of the Microsoft Teams channel
    teams_tenant_id str
    The id of the Microsoft Teams tenant
    configuration_name str
    The name of the configuration
    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.
    user_role_required bool
    Enables use of a user role requirement in your chat configuration
    iamRoleArn String
    The ARN of the IAM role that defines the permissions for AWS Chatbot
    teamId String
    The id of the Microsoft Teams team
    teamsChannelId String
    The id of the Microsoft Teams channel
    teamsTenantId String
    The id of the Microsoft Teams tenant
    configurationName String
    The name of the configuration
    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.
    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.

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi