AWS::AmazonMQ::ConfigurationResource Type definition for AWS::AmazonMQ::Configuration
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the Amazon MQ configuration. |
Id | string | The ID of the Amazon MQ configuration. |
Revision | string | The revision number of the configuration. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
mq:CreateConfigurationmq:CreateTagsmq:UpdateConfigurationmq:DescribeConfigurationmq:ListTagsmq:DescribeConfigurationmq:UpdateConfigurationmq:CreateTagsmq:DeleteTagsmq:DeleteConfigurationmq:ListConfigurationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AuthenticationStrategyEngineTypeEngineVersionName