interface ConfigurationIdProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AmazonMQ.CfnBroker.ConfigurationIdProperty |
Java | software.amazon.awscdk.services.amazonmq.CfnBroker.ConfigurationIdProperty |
Python | aws_cdk.aws_amazonmq.CfnBroker.ConfigurationIdProperty |
TypeScript | @aws-cdk/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 * as amazonmq from '@aws-cdk/aws-amazonmq';
const configurationIdProperty: amazonmq.CfnBroker.ConfigurationIdProperty = {
id: 'id',
revision: 123,
};
Properties
Name | Type | Description |
---|---|---|
id | string | The unique ID that Amazon MQ generates for the configuration. |
revision | number | The 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.