DescribeConfigurationResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

Required. The ARN of the configuration.

Link copied to clipboard

Optional. The authentication strategy associated with the configuration. The default is SIMPLE.

Link copied to clipboard

Required. The date and time of the configuration revision.

Link copied to clipboard

Required. The description of the configuration.

Link copied to clipboard

Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.

Link copied to clipboard

Required. The broker engine's version. For a list of supported engine versions, see, Supported engines.

Link copied to clipboard
val id: String?

Required. The unique ID that Amazon MQ generates for the configuration.

Link copied to clipboard

Required. The latest revision of the configuration.

Link copied to clipboard
val name: String?

Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.

Link copied to clipboard

The list of all tags associated with this configuration.

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