Class CfnConfigurationAssociation.ConfigurationIdProperty
The ConfigurationId
property type specifies a configuration Id and the revision of a configuration.
Inherited Members
Namespace: Amazon.CDK.AWS.AmazonMQ
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationAssociation.ConfigurationIdProperty : CfnConfigurationAssociation.IConfigurationIdProperty
Syntax (vb)
Public Class CfnConfigurationAssociation.ConfigurationIdProperty Implements CfnConfigurationAssociation.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.AWS.AmazonMQ;
var configurationIdProperty = new ConfigurationIdProperty {
Id = "id",
Revision = 123
};
Synopsis
Constructors
ConfigurationIdProperty() | The |
Properties
Id | The unique ID that Amazon MQ generates for the configuration. |
Revision | The revision number of the configuration. |
Constructors
ConfigurationIdProperty()
The ConfigurationId
property type specifies a configuration Id and the revision of a 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.AWS.AmazonMQ;
var configurationIdProperty = new ConfigurationIdProperty {
Id = "id",
Revision = 123
};
Properties
Id
The unique ID that Amazon MQ generates for the configuration.
public string Id { get; set; }
Property Value
Remarks
Revision
The revision number of the configuration.
public double Revision { get; set; }