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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_nameString

The name of the configuration.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 162

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

#iam_role_arnString

This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 162

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

#logging_levelString

Logging levels include ERROR, INFO, or NONE.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 162

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

#sns_topic_arnsArray<String>

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

Returns:

  • (Array<String>)


162
163
164
165
166
167
168
169
170
171
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 162

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

#webhook_descriptionString

Description of the webhook. Recommend using the convention RoomName/WebhookName. See Chime setup tutorial for more details: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 162

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

#webhook_urlString

URL for the Chime webhook.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 162

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