You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MQ::Types::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::Configuration
- Defined in:
- (unknown)
Overview
Returns information about all configurations.
Instance Attribute Summary collapse
-
#arn ⇒ String
Required.
-
#authentication_strategy ⇒ String
The authentication strategy associated with the configuration.
-
#created ⇒ Time
Required.
-
#description ⇒ String
Required.
-
#engine_type ⇒ String
Required.
-
#engine_version ⇒ String
Required.
-
#id ⇒ String
Required.
-
#latest_revision ⇒ Types::ConfigurationRevision
Required.
-
#name ⇒ String
Required.
-
#tags ⇒ Hash<String,String>
The list of all tags associated with this configuration.
Instance Attribute Details
#arn ⇒ String
Required. The ARN of the configuration.
#authentication_strategy ⇒ String
The authentication strategy associated with the configuration.
Possible values:
- SIMPLE
- LDAP
#created ⇒ Time
Required. The date and time of the configuration revision.
#description ⇒ String
Required. The description of the configuration.
#engine_type ⇒ String
Required. The type of broker engine. Note: Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.
Possible values:
- ACTIVEMQ
- RABBITMQ
#engine_version ⇒ String
Required. The version of the broker engine. For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
#id ⇒ String
Required. The unique ID that Amazon MQ generates for the configuration.
#latest_revision ⇒ Types::ConfigurationRevision
Required. The latest revision of the configuration.
#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.
#tags ⇒ Hash<String,String>
The list of all tags associated with this configuration.