interface CfnConfigurationAssociationProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AmazonMQ.CfnConfigurationAssociationProps |
Java | software.amazon.awscdk.services.amazonmq.CfnConfigurationAssociationProps |
Python | aws_cdk.aws_amazonmq.CfnConfigurationAssociationProps |
TypeScript | @aws-cdk/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 * as amazonmq from '@aws-cdk/aws-amazonmq';
const cfnConfigurationAssociationProps: amazonmq.CfnConfigurationAssociationProps = {
broker: 'broker',
configuration: {
id: 'id',
revision: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
broker | string | The broker to associate with a configuration. |
configuration | IResolvable | Configuration | The configuration to associate with a broker. |
broker
Type:
string
The broker to associate with a configuration.
configuration
Type:
IResolvable
|
Configuration
The configuration to associate with a broker.