Class: Aws::Chatbot::Types::CreateChimeWebhookConfigurationRequest

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

#configuration_nameString

The name of the configuration.

Returns:

  • (String)


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_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)


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_levelString

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

Returns:

  • (String)


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

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

Returns:

  • (Array<String>)


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

#tagsArray<Types::Tag>

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

Returns:



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_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)


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_urlString

The URL for the Amazon Chime webhook.

Returns:

  • (String)


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