Class: Aws::Chatbot::Types::CreateSlackChannelConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::CreateSlackChannelConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:slack_channel_name]
Instance Attribute Summary collapse
-
#configuration_name ⇒ String
The name of the configuration.
-
#guardrail_policy_arns ⇒ Array<String>
The list of IAM policy ARNs that are applied as channel guardrails.
-
#iam_role_arn ⇒ String
A user-defined role that AWS Chatbot assumes.
-
#logging_level ⇒ String
Logging levels include ‘ERROR`, `INFO`, or `NONE`.
-
#slack_channel_id ⇒ String
The ID of the Slack channel.
-
#slack_channel_name ⇒ String
The name of the Slack channel.
-
#slack_team_id ⇒ String
The ID of the Slack workspace authorized with AWS Chatbot.
-
#sns_topic_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
-
#tags ⇒ Array<Types::Tag>
A map of tags assigned to a resource.
-
#user_authorization_required ⇒ Boolean
Enables use of a user role requirement in your chat configuration.
Instance Attribute Details
#configuration_name ⇒ String
The name of the configuration.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-chatbot/types.rb', line 437 class CreateSlackChannelConfigurationRequest < Struct.new( :slack_team_id, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags) SENSITIVE = [:slack_channel_name] include Aws::Structure end |
#guardrail_policy_arns ⇒ Array<String>
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed ‘AdministratorAccess` policy is applied by default if this is not set.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-chatbot/types.rb', line 437 class CreateSlackChannelConfigurationRequest < Struct.new( :slack_team_id, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags) SENSITIVE = [:slack_channel_name] include Aws::Structure end |
#iam_role_arn ⇒ String
A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see [IAM policies for AWS Chatbot] in the AWS Chatbot Administrator Guide.
[1]: docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-chatbot/types.rb', line 437 class CreateSlackChannelConfigurationRequest < Struct.new( :slack_team_id, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags) SENSITIVE = [:slack_channel_name] include Aws::Structure end |
#logging_level ⇒ String
Logging levels include ‘ERROR`, `INFO`, or `NONE`.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-chatbot/types.rb', line 437 class CreateSlackChannelConfigurationRequest < Struct.new( :slack_team_id, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags) SENSITIVE = [:slack_channel_name] include Aws::Structure end |
#slack_channel_id ⇒ String
The ID of the Slack channel.
To get this ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-chatbot/types.rb', line 437 class CreateSlackChannelConfigurationRequest < Struct.new( :slack_team_id, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags) SENSITIVE = [:slack_channel_name] include Aws::Structure end |
#slack_channel_name ⇒ String
The name of the Slack channel.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-chatbot/types.rb', line 437 class CreateSlackChannelConfigurationRequest < Struct.new( :slack_team_id, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags) SENSITIVE = [:slack_channel_name] include Aws::Structure end |
#slack_team_id ⇒ String
The ID of the Slack workspace authorized with AWS Chatbot.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-chatbot/types.rb', line 437 class CreateSlackChannelConfigurationRequest < Struct.new( :slack_team_id, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags) SENSITIVE = [:slack_channel_name] include Aws::Structure end |
#sns_topic_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-chatbot/types.rb', line 437 class CreateSlackChannelConfigurationRequest < Struct.new( :slack_team_id, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags) SENSITIVE = [:slack_channel_name] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-chatbot/types.rb', line 437 class CreateSlackChannelConfigurationRequest < Struct.new( :slack_team_id, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags) SENSITIVE = [:slack_channel_name] include Aws::Structure end |
#user_authorization_required ⇒ Boolean
Enables use of a user role requirement in your chat configuration.
437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-chatbot/types.rb', line 437 class CreateSlackChannelConfigurationRequest < Struct.new( :slack_team_id, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags) SENSITIVE = [:slack_channel_name] include Aws::Structure end |