class Aws::MQ::Types::CreateConfigurationInput

Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).

@!attribute [rw] authentication_strategy

Optional. The authentication strategy associated with the
configuration. The default is SIMPLE.
@return [String]

@!attribute [rw] engine_type

Required. The type of broker engine. Currently, Amazon MQ supports
ACTIVEMQ and RABBITMQ.
@return [String]

@!attribute [rw] engine_version

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

[1]: https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html
@return [String]

@!attribute [rw] name

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.
@return [String]

@!attribute [rw] tags

Create tags when creating the configuration.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/CreateConfigurationInput AWS API Documentation

Constants

SENSITIVE