Show / Hide Table of Contents

Class CfnBrokerPropsMixin.ConfigurationIdProperty

A list of information about the configuration.

Inheritance
object
CfnBrokerPropsMixin.ConfigurationIdProperty
Implements
CfnBrokerPropsMixin.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.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

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.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

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.Mixins.Preview.AWS.AmazonMQ.Mixins;

             var configurationIdProperty = new ConfigurationIdProperty {
                 Id = "id",
                 Revision = 123
             };

Properties

Id

Required.

public string? Id { get; set; }
Property Value

string

Remarks

The unique ID that Amazon MQ generates for the configuration.

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

CfnBrokerPropsMixin.IConfigurationIdProperty
Back to top Generated by DocFX