Class: Aws::Chatbot::Types::UpdateChimeWebhookConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::UpdateChimeWebhookConfigurationRequest
- Defined in:
- gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:webhook_description, :webhook_url]
Instance Attribute Summary collapse
-
#chat_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to update.
-
#iam_role_arn ⇒ String
A user-defined role that AWS Chatbot assumes.
-
#logging_level ⇒ String
Logging levels include
ERROR
,INFO
, orNONE
. -
#sns_topic_arns ⇒ Array<String>
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
-
#webhook_description ⇒ String
A description of the webhook.
-
#webhook_url ⇒ String
The URL for the Amazon Chime webhook.
Instance Attribute Details
#chat_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to update.
2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 2271 class UpdateChimeWebhookConfigurationRequest < Struct.new( :chat_configuration_arn, :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :logging_level) 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.
2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 2271 class UpdateChimeWebhookConfigurationRequest < Struct.new( :chat_configuration_arn, :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :logging_level) SENSITIVE = [:webhook_description, :webhook_url] include Aws::Structure end |
#logging_level ⇒ String
Logging levels include ERROR
, INFO
, or NONE
.
2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 2271 class UpdateChimeWebhookConfigurationRequest < Struct.new( :chat_configuration_arn, :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :logging_level) SENSITIVE = [:webhook_description, :webhook_url] include Aws::Structure end |
#sns_topic_arns ⇒ Array<String>
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 2271 class UpdateChimeWebhookConfigurationRequest < Struct.new( :chat_configuration_arn, :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :logging_level) 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.
2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 2271 class UpdateChimeWebhookConfigurationRequest < Struct.new( :chat_configuration_arn, :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :logging_level) SENSITIVE = [:webhook_description, :webhook_url] include Aws::Structure end |
#webhook_url ⇒ String
The URL for the Amazon Chime webhook.
2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 2271 class UpdateChimeWebhookConfigurationRequest < Struct.new( :chat_configuration_arn, :webhook_description, :webhook_url, :sns_topic_arns, :iam_role_arn, :logging_level) SENSITIVE = [:webhook_description, :webhook_url] include Aws::Structure end |