aws-cdk-lib.aws_amazonmq.CfnBroker.ConfigurationIdProperty

interface ConfigurationIdProperty

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

A list of information about the configuration.

Does not apply to RabbitMQ brokers.

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.CfnBroker.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.