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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configuration_nameString

The name of the configuration.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 276

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.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 276

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)


276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 276

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


276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 276

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:



276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 276

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.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 276

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)


276
277
278
279
280
281
282
283
284
285
286
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 276

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