interface ConfigurationIdProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AmazonMQ.CfnBroker.ConfigurationIdProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#CfnBroker_ConfigurationIdProperty |
Java | software.amazon.awscdk.services.amazonmq.CfnBroker.ConfigurationIdProperty |
Python | aws_cdk.aws_amazonmq.CfnBroker.ConfigurationIdProperty |
TypeScript | aws-cdk-lib » aws_amazonmq » CfnBroker » ConfigurationIdProperty |
A list of information about the 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.CfnBroker.ConfigurationIdProperty = {
id: 'id',
revision: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Required. |
| revision | number | The revision number of the configuration. |
id
Type:
string
Required.
The unique ID that Amazon MQ generates for the configuration.
revision
Type:
number
The revision number of the configuration.

.NET
Go
Java
Python
TypeScript