Class: Aws::Chatbot::Types::UpdateChimeWebhookConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chatbot/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:webhook_description, :webhook_url]

Instance Attribute Summary collapse

Instance Attribute Details

#chat_configuration_arnString

The Amazon Resource Number (ARN) of the ChimeWebhookConfiguration to update.

Returns:

  • (String)


1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'lib/aws-sdk-chatbot/types.rb', line 1890

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_arnString

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

Returns:

  • (String)


1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'lib/aws-sdk-chatbot/types.rb', line 1890

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_levelString

Logging levels include ‘ERROR`, `INFO`, or `NONE`.

Returns:

  • (String)


1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'lib/aws-sdk-chatbot/types.rb', line 1890

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_arnsArray<String>

The ARNs of the SNS topics that deliver notifications to AWS Chatbot.

Returns:

  • (Array<String>)


1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'lib/aws-sdk-chatbot/types.rb', line 1890

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_descriptionString

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

Returns:

  • (String)


1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'lib/aws-sdk-chatbot/types.rb', line 1890

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_urlString

The URL for the Amazon Chime webhook.

Returns:

  • (String)


1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'lib/aws-sdk-chatbot/types.rb', line 1890

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