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

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.chatbot.SlackChannelConfiguration

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource schema for AWS::Chatbot::SlackChannelConfiguration.

    Create SlackChannelConfiguration Resource

    new SlackChannelConfiguration(name: string, args: SlackChannelConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def SlackChannelConfiguration(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  configuration_name: Optional[str] = None,
                                  guardrail_policies: Optional[Sequence[str]] = None,
                                  iam_role_arn: Optional[str] = None,
                                  logging_level: Optional[str] = None,
                                  slack_channel_id: Optional[str] = None,
                                  slack_workspace_id: Optional[str] = None,
                                  sns_topic_arns: Optional[Sequence[str]] = None,
                                  user_role_required: Optional[bool] = None)
    @overload
    def SlackChannelConfiguration(resource_name: str,
                                  args: SlackChannelConfigurationArgs,
                                  opts: Optional[ResourceOptions] = None)
    func NewSlackChannelConfiguration(ctx *Context, name string, args SlackChannelConfigurationArgs, opts ...ResourceOption) (*SlackChannelConfiguration, error)
    public SlackChannelConfiguration(string name, SlackChannelConfigurationArgs args, CustomResourceOptions? opts = null)
    public SlackChannelConfiguration(String name, SlackChannelConfigurationArgs args)
    public SlackChannelConfiguration(String name, SlackChannelConfigurationArgs args, CustomResourceOptions options)
    
    type: aws-native:chatbot:SlackChannelConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args SlackChannelConfigurationArgs
    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 SlackChannelConfigurationArgs
    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 SlackChannelConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SlackChannelConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SlackChannelConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SlackChannelConfiguration 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 SlackChannelConfiguration resource accepts the following input properties:

    IamRoleArn string
    The ARN of the IAM role that defines the permissions for AWS Chatbot
    SlackChannelId string
    The id of the Slack channel
    SlackWorkspaceId string
    The id of the Slack workspace
    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
    SlackChannelId string
    The id of the Slack channel
    SlackWorkspaceId string
    The id of the Slack workspace
    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
    slackChannelId String
    The id of the Slack channel
    slackWorkspaceId String
    The id of the Slack workspace
    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
    slackChannelId string
    The id of the Slack channel
    slackWorkspaceId string
    The id of the Slack workspace
    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
    slack_channel_id str
    The id of the Slack channel
    slack_workspace_id str
    The id of the Slack workspace
    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
    slackChannelId String
    The id of the Slack channel
    slackWorkspaceId String
    The id of the Slack workspace
    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 SlackChannelConfiguration 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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi