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

Instance Attribute Summary collapse

Instance Attribute Details

#chat_configuration_arnString

The ARN of the ChimeWebhookConfiguration.

Returns:

  • (String)


78
79
80
81
82
83
84
85
86
87
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 78

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

#configuration_nameString

The name of the configuration.

Returns:

  • (String)


78
79
80
81
82
83
84
85
86
87
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 78

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

#iam_role_arnString

The ARN of the IAM role that defines the permissions for AWS Chatbot. 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)


78
79
80
81
82
83
84
85
86
87
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 78

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

#logging_levelString

Specifies the logging level for this configuration. This property affects the log entries pushed to Amazon CloudWatch Logs.Logging levels include ERROR, INFO, or NONE.

Returns:

  • (String)


78
79
80
81
82
83
84
85
86
87
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 78

class ChimeWebhookConfiguration < Struct.new(
  :webhook_description,
  :chat_configuration_arn,
  :iam_role_arn,
  :sns_topic_arns,
  :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>)


78
79
80
81
82
83
84
85
86
87
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 78

class ChimeWebhookConfiguration < Struct.new(
  :webhook_description,
  :chat_configuration_arn,
  :iam_role_arn,
  :sns_topic_arns,
  :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)


78
79
80
81
82
83
84
85
86
87
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 78

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