Class: Aws::Chatbot::Types::CreateChimeWebhookConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::CreateChimeWebhookConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:webhook_description, :webhook_url]
Instance Attribute Summary collapse
-
#configuration_name ⇒ String
The name of the configuration.
-
#iam_role_arn ⇒ String
A user-defined role that AWS Chatbot assumes.
-
#logging_level ⇒ String
Logging levels include ‘ERROR`, `INFO`, or `NONE`.
-
#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.
-
#webhook_description ⇒ String
A description of the webhook.
-
#webhook_url ⇒ String
The URL for the Amazon Chime webhook.
Instance Attribute Details
#configuration_name ⇒ String
The name of the configuration.
240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-chatbot/types.rb', line 240 class CreateChimeWebhookConfigurationRequest < Struct.new( :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :tags) SENSITIVE = [:webhook_description, :webhook_url] 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
240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-chatbot/types.rb', line 240 class CreateChimeWebhookConfigurationRequest < Struct.new( :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :tags) SENSITIVE = [:webhook_description, :webhook_url] include Aws::Structure end |
#logging_level ⇒ String
Logging levels include ‘ERROR`, `INFO`, or `NONE`.
240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-chatbot/types.rb', line 240 class CreateChimeWebhookConfigurationRequest < Struct.new( :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :tags) SENSITIVE = [:webhook_description, :webhook_url] include Aws::Structure end |
#sns_topic_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-chatbot/types.rb', line 240 class CreateChimeWebhookConfigurationRequest < Struct.new( :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :tags) SENSITIVE = [:webhook_description, :webhook_url] 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.
240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-chatbot/types.rb', line 240 class CreateChimeWebhookConfigurationRequest < Struct.new( :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :tags) SENSITIVE = [:webhook_description, :webhook_url] include Aws::Structure end |
#webhook_description ⇒ String
A description of the webhook. We recommend using the convention ‘RoomName/WebhookName`.
For more information, see [Tutorial: Get started with Amazon Chime] in the AWS Chatbot Administrator Guide.
[1]: docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html
240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-chatbot/types.rb', line 240 class CreateChimeWebhookConfigurationRequest < Struct.new( :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :tags) SENSITIVE = [:webhook_description, :webhook_url] include Aws::Structure end |
#webhook_url ⇒ String
The URL for the Amazon Chime webhook.
240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-chatbot/types.rb', line 240 class CreateChimeWebhookConfigurationRequest < Struct.new( :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :configuration_name, :logging_level, :tags) SENSITIVE = [:webhook_description, :webhook_url] include Aws::Structure end |