ChimeWebhookConfiguration

An AWS Chatbot configuration for Amazon Chime.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration.

Link copied to clipboard

The name of the configuration.

Link copied to clipboard

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

Link copied to clipboard

Logging levels include ERROR, INFO, or NONE.

Link copied to clipboard

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

Link copied to clipboard

Either ENABLED or DISABLED. The resource returns DISABLED if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.

Link copied to clipboard

Provided if State is DISABLED. Provides context as to why the resource is disabled.

Link copied to clipboard
val tags: List<Tag>?

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

Link copied to clipboard

A description of the webhook. We recommend using the convention RoomName/WebhookName.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String