aws-cdk-lib.aws_amazonmq.CfnConfigurationAssociation.ConfigurationIdProperty

interface ConfigurationIdProperty

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

The ConfigurationId property type specifies a configuration Id and the revision of a configuration.

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 configurationIdProperty: amazonmq.CfnConfigurationAssociation.ConfigurationIdProperty = {
  id: 'id',
  revision: 123,
};

Properties

NameTypeDescription
idstringThe unique ID that Amazon MQ generates for the configuration.
revisionnumberThe revision number of the configuration.

id

Type: string

The unique ID that Amazon MQ generates for the configuration.


revision

Type: number

The revision number of the configuration.