Class CfnBroker.ConfigurationIdProperty
A list of information about the configuration.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AmazonMQ
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConfigurationIdProperty : Object, CfnBroker.IConfigurationIdProperty
Syntax (vb)
Public Class ConfigurationIdProperty
Inherits Object
Implements CfnBroker.IConfigurationIdProperty
Remarks
Does not apply to RabbitMQ brokers.
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
Configuration |
Properties
Id | The unique ID that Amazon MQ generates for the configuration. |
Revision | The revision number of the configuration. |
Constructors
ConfigurationIdProperty()
public ConfigurationIdProperty()
Properties
Id
The unique ID that Amazon MQ generates for the configuration.
public string Id { get; set; }
Property Value
System.
Remarks
Revision
The revision number of the configuration.
public double Revision { get; set; }
Property Value
System.