Interface CfnConfigurationAssociation.ConfigurationIdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationAssociation.ConfigurationIdProperty.Jsii$Proxy
- Enclosing class:
- CfnConfigurationAssociation
@Stability(Stable)
public static interface CfnConfigurationAssociation.ConfigurationIdProperty
extends software.amazon.jsii.JsiiSerializable
The
ConfigurationId
property type specifies a configuration Id and the revision of a configuration.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.amazonmq.*; ConfigurationIdProperty configurationIdProperty = ConfigurationIdProperty.builder() .id("id") .revision(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfigurationAssociation.ConfigurationIdProperty
static final class
An implementation forCfnConfigurationAssociation.ConfigurationIdProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The unique ID that Amazon MQ generates for the configuration. -
getRevision
The revision number of the configuration. -
builder
-