Class: Aws::Chatbot::Types::ChimeWebhookConfiguration

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

Overview

An AWS Chatbot configuration for Amazon Chime.

Constant Summary collapse

SENSITIVE =
[:webhook_description]

Instance Attribute Summary collapse

Instance Attribute Details

#chat_configuration_arnString

The Amazon Resource Number (ARN) of the ChimeWebhookConfiguration.

Returns:

  • (String)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 93

class ChimeWebhookConfiguration < Struct.new(
  :webhook_description,
  :chat_configuration_arn,
  :iam_role_arn,
  :sns_topic_arns,
  :configuration_name,
  :logging_level,
  :tags)
  SENSITIVE = [:webhook_description]
  include Aws::Structure
end

#configuration_nameString

The name of the configuration.

Returns:

  • (String)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 93

class ChimeWebhookConfiguration < Struct.new(
  :webhook_description,
  :chat_configuration_arn,
  :iam_role_arn,
  :sns_topic_arns,
  :configuration_name,
  :logging_level,
  :tags)
  SENSITIVE = [:webhook_description]
  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.

Returns:

  • (String)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 93

class ChimeWebhookConfiguration < Struct.new(
  :webhook_description,
  :chat_configuration_arn,
  :iam_role_arn,
  :sns_topic_arns,
  :configuration_name,
  :logging_level,
  :tags)
  SENSITIVE = [:webhook_description]
  include Aws::Structure
end

#logging_levelString

Logging levels include ERROR, INFO, or NONE.

Returns:

  • (String)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 93

class ChimeWebhookConfiguration < Struct.new(
  :webhook_description,
  :chat_configuration_arn,
  :iam_role_arn,
  :sns_topic_arns,
  :configuration_name,
  :logging_level,
  :tags)
  SENSITIVE = [:webhook_description]
  include Aws::Structure
end

#sns_topic_arnsArray<String>

The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.

Returns:

  • (Array<String>)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 93

class ChimeWebhookConfiguration < Struct.new(
  :webhook_description,
  :chat_configuration_arn,
  :iam_role_arn,
  :sns_topic_arns,
  :configuration_name,
  :logging_level,
  :tags)
  SENSITIVE = [:webhook_description]
  include Aws::Structure
end

#tagsArray<Types::Tag>

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

Returns:



93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 93

class ChimeWebhookConfiguration < Struct.new(
  :webhook_description,
  :chat_configuration_arn,
  :iam_role_arn,
  :sns_topic_arns,
  :configuration_name,
  :logging_level,
  :tags)
  SENSITIVE = [:webhook_description]
  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.

Returns:

  • (String)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 93

class ChimeWebhookConfiguration < Struct.new(
  :webhook_description,
  :chat_configuration_arn,
  :iam_role_arn,
  :sns_topic_arns,
  :configuration_name,
  :logging_level,
  :tags)
  SENSITIVE = [:webhook_description]
  include Aws::Structure
end