AWS Fundamentals Logo
AWS Fundamentals
AWS::AmazonMQ::ConfigurationAssociation

AmazonMQ ConfigurationAssociation

Resource Type definition for AWS::AmazonMQ::ConfigurationAssociation

Properties

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

Filter:
PropertyTypeFlags
Broker
string
RequiredCreate-only
Configuration
ConfigurationId
Required

Return Values

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

AttributeTypeDescription
IdstringThe ID of the ConfigurationAssociation Resource

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::ConfigurationAssociation

Resources:
  MyResource:
    Type: AWS::AmazonMQ::ConfigurationAssociation
    Properties:
      Configuration: "value"
      Broker: "value"

Required IAM Permissions

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

create

mq:DescribeBrokermq:UpdateBrokermq:RebootBroker

update

mq:UpdateBrokermq:RebootBroker

delete

mq:UpdateBrokermq:RebootBroker

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
Properties3
Required2
TaggingNot supported
Primary IDId

Supported Operations

CreateUpdateDelete

Immutable After Creation

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

Broker

Related Resources

External Links