class Aws::MQ::Types::CreateConfigurationRequest
@note When making an API call, you may pass CreateConfigurationRequest
data as a hash: { authentication_strategy: "SIMPLE", # accepts SIMPLE, LDAP engine_type: "ACTIVEMQ", # required, accepts ACTIVEMQ, RABBITMQ engine_version: "__string", # required name: "__string", # required tags: { "__string" => "__string", }, }
@!attribute [rw] authentication_strategy
Optional. The authentication strategy used to secure the broker. The default is SIMPLE. @return [String]
@!attribute [rw] engine_type
The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ. @return [String]
@!attribute [rw] engine_version
@return [String]
@!attribute [rw] name
@return [String]
@!attribute [rw] tags
@return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/CreateConfigurationRequest AWS API Documentation
Constants
- SENSITIVE