---
type: resource-type
title: AmazonMQConfiguration
description: aws resource type AWS::AmazonMQ::Configuration
name: AmazonMQConfiguration
lexicon: aws
resource_type: AWS::AmazonMQ::Configuration
---
`AWS::AmazonMQ::Configuration`, a resource type of the aws lexicon.

## Properties

- `EngineType` (`string`, required): The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.
- `Name` (`string`, required): The name of the configuration.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the Amazon MQ configuration.
- `AuthenticationStrategy` (`string`, optional): The authentication strategy associated with the configuration. The default is SIMPLE.
- `Data` (`string`, optional): The base64-encoded XML configuration.
- `Description` (`string`, optional): The description of the configuration.
- `EngineVersion` (`string`, optional): The version of the broker engine.
- `Id` (`string`, optional): The ID of the Amazon MQ configuration.
- `Revision` (`string`, optional): The revision number of the configuration.
- `Tags` (`AmazonMQConfiguration_TagsEntry[]`, optional): Create tags when creating the configuration.

## Attributes

- `Arn`
- `Id`
- `Revision`
