AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::AmazonMQ::ConfigurationAssociation

CfnConfigurationAssociation

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html.

Import

import { CfnConfigurationAssociation } from 'aws-cdk-lib/aws-amazonmq';

Or use the module namespace:

import * as amazonmq from 'aws-cdk-lib/aws-amazonmq';
// amazonmq.CfnConfigurationAssociation

Properties

Configuration passed to the constructor as CfnConfigurationAssociationProps.

brokerRequired
string

ID of the Broker that the configuration should be applied to.

configurationRequired
IResolvable | ConfigurationIdProperty

Returns information about all configurations.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-amazonmq
CFN TypeAWS::AmazonMQ::ConfigurationAssociation
Properties2

Related Constructs

External Links