MQ Configuration

An AWS MQ Configuration is a resource that defines the settings for an Amazon MQ broker, such as broker engine type, version, and custom configuration details. It allows you to manage and apply reusable configuration templates across multiple brokers, ensuring consistency and simplifying updates.

aws.mq_configuration

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringRequired. The ARN of the configuration.
authentication_strategycorestringOptional. The authentication strategy associated with the configuration. The default is SIMPLE.
createdcoretimestampRequired. The date and time of the configuration revision.
descriptioncorestringRequired. The description of the configuration.
engine_typecorestringRequired. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.
engine_versioncorestringThe broker engine version. Defaults to the latest available version for the specified broker engine type. For a list of supported engine versions, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
idcorestringRequired. The unique ID that Amazon MQ generates for the configuration.
latest_revisioncorejsonRequired. The latest revision of the configuration.
namecorestringRequired. 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.
tagscorehstore