Show / Hide Table of Contents

Class CfnConfigurationAssociation.ConfigurationIdProperty

The ConfigurationId property type specifies a configuration Id and the revision of a configuration.

Inheritance
object
CfnConfigurationAssociation.ConfigurationIdProperty
Implements
CfnConfigurationAssociation.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 CfnConfigurationAssociation.ConfigurationIdProperty : CfnConfigurationAssociation.IConfigurationIdProperty
Syntax (vb)
Public Class CfnConfigurationAssociation.ConfigurationIdProperty Implements CfnConfigurationAssociation.IConfigurationIdProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-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()

The ConfigurationId property type specifies a configuration Id and the revision of a configuration.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-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-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-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-configurationassociation-configurationid.html#cfn-amazonmq-configurationassociation-configurationid-revision

Implements

CfnConfigurationAssociation.IConfigurationIdProperty
Back to top Generated by DocFX