interface ConfigurationIdProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AmazonMQ.Mixins.CfnBrokerPropsMixin.ConfigurationIdProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsamazonmq/mixins#CfnBrokerPropsMixin_ConfigurationIdProperty |
Java | software.amazon.awscdk.mixins.preview.services.amazonmq.mixins.CfnBrokerPropsMixin.ConfigurationIdProperty |
Python | aws_cdk.mixins_preview.aws_amazonmq.mixins.CfnBrokerPropsMixin.ConfigurationIdProperty |
TypeScript | @aws-cdk/mixins-preview » aws_amazonmq » mixins » CfnBrokerPropsMixin » 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 { mixins as amazonmq_mixins } from '@aws-cdk/mixins-preview/aws-amazonmq';
const configurationIdProperty: amazonmq_mixins.CfnBrokerPropsMixin.ConfigurationIdProperty = {
id: 'id',
revision: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| id? | string | Required. |
| revision? | number | The revision number of the configuration. |
id?
Type:
string
(optional)
Required.
The unique ID that Amazon MQ generates for the configuration.
revision?
Type:
number
(optional)
The revision number of the configuration.

.NET
Go
Java
Python
TypeScript