Class CfnBrokerPropsMixin.ConfigurationIdProperty
A list of information about the configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AmazonMQ.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBrokerPropsMixin.ConfigurationIdProperty : CfnBrokerPropsMixin.IConfigurationIdProperty
Syntax (vb)
Public Class CfnBrokerPropsMixin.ConfigurationIdProperty Implements CfnBrokerPropsMixin.IConfigurationIdProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AmazonMQ.Mixins;
var configurationIdProperty = new ConfigurationIdProperty {
Id = "id",
Revision = 123
};
Synopsis
Constructors
| ConfigurationIdProperty() | A list of information about the configuration. |
Properties
| Id | Required. |
| Revision | The revision number of the configuration. |
Constructors
ConfigurationIdProperty()
A list of information about the configuration.
public ConfigurationIdProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AmazonMQ.Mixins;
var configurationIdProperty = new ConfigurationIdProperty {
Id = "id",
Revision = 123
};
Properties
Id
Required.
public string? Id { get; set; }
Property Value
Remarks
The unique ID that Amazon MQ generates for the configuration.
Revision
The revision number of the configuration.
public double? Revision { get; set; }