AWS Fundamentals Logo
AWS Fundamentals
AWS::AmazonMQ::Configuration

AmazonMQ Configuration

Resource Type definition for AWS::AmazonMQ::Configuration

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
EngineType
string
RequiredCreate-only
Name
string
RequiredCreate-only
AuthenticationStrategy
string
Create-only
Data
string
Write-only
Description
string
EngineVersion
string
Create-only
Tags
Array<TagsEntry>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the Amazon MQ configuration.
IdstringThe ID of the Amazon MQ configuration.
RevisionstringThe revision number of the configuration.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AmazonMQ::Configuration

Resources:
  MyResource:
    Type: AWS::AmazonMQ::Configuration
    Properties:
      EngineType: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

mq:CreateConfigurationmq:CreateTagsmq:UpdateConfiguration

read

mq:DescribeConfigurationmq:ListTags

update

mq:DescribeConfigurationmq:UpdateConfigurationmq:CreateTagsmq:DeleteTags

delete

mq:DeleteConfiguration

list

mq:ListConfigurations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAmazonMQ
Properties10
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AuthenticationStrategyEngineTypeEngineVersionName

External Links