v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422100118.2 KB

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

post/v1/configurations

Request body

authenticationStrategy'SIMPLE' | 'LDAP'

Optional. The authentication strategy used to secure the broker. The default is SIMPLE.

engineType'ACTIVEMQ' | 'RABBITMQ' required

The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.

engineVersionstring required

Required. The broker engine's version. For a list of supported engine versions, see <a href="https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html">Supported engines</a>.

namestring required

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.

tagsobject

Create tags when creating the configuration.

Response

Success

Arnstring

Required. The Amazon Resource Name (ARN) of the configuration.

AuthenticationStrategy'SIMPLE' | 'LDAP'

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

Createdstring date-time

Required. The date and time of the configuration.

Idstring

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

Namestring

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.