Show / Hide Table of Contents

Class CfnBroker.ConfigurationIdProperty

A list of information about the configuration.

Inheritance
object
CfnBroker.ConfigurationIdProperty
Implements
CfnBroker.IConfigurationIdProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AmazonMQ
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBroker.ConfigurationIdProperty : CfnBroker.IConfigurationIdProperty
Syntax (vb)
Public Class CfnBroker.ConfigurationIdProperty Implements CfnBroker.IConfigurationIdProperty
Remarks
Does not apply to RabbitMQ brokers.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html

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()

A list of information about the configuration.

Properties

Id

The unique ID that Amazon MQ generates for the configuration.

Revision

The revision number of the configuration.

Constructors

ConfigurationIdProperty()

A list of information about the configuration.

public ConfigurationIdProperty()
Remarks
Does not apply to RabbitMQ brokers.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-id

Revision

The revision number of the configuration.

public double Revision { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-configurationid.html#cfn-amazonmq-broker-configurationid-revision

Implements

CfnBroker.IConfigurationIdProperty
Back to top Generated by DocFX