aws-cdk-lib.aws_amazonmq.CfnConfigurationAssociationProps

interface CfnConfigurationAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.AmazonMQ.CfnConfigurationAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#CfnConfigurationAssociationProps
Javasoftware.amazon.awscdk.services.amazonmq.CfnConfigurationAssociationProps
Pythonaws_cdk.aws_amazonmq.CfnConfigurationAssociationProps
TypeScript aws-cdk-lib » aws_amazonmq » CfnConfigurationAssociationProps

Properties for defining a CfnConfigurationAssociation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_amazonmq as amazonmq } from 'aws-cdk-lib';
const cfnConfigurationAssociationProps: amazonmq.CfnConfigurationAssociationProps = {
  broker: 'broker',
  configuration: {
    id: 'id',
    revision: 123,
  },
};

Properties

NameTypeDescription
brokerstringThe broker to associate with a configuration.
configurationIResolvable | ConfigurationIdPropertyThe configuration to associate with a broker.

broker

Type: string

The broker to associate with a configuration.


configuration

Type: IResolvable | ConfigurationIdProperty

The configuration to associate with a broker.