Interface CfnConfigurationAssociationPropsMixin.ConfigurationIdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationAssociationPropsMixin.ConfigurationIdProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationAssociationPropsMixin
@Stability(Stable)
public static interface CfnConfigurationAssociationPropsMixin.ConfigurationIdProperty
extends software.amazon.jsii.JsiiSerializable
A list of information about the 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.cfnpropertymixins.services.amazonmq.*;
ConfigurationIdProperty configurationIdProperty = ConfigurationIdProperty.builder()
.id("id")
.revision(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConfigurationAssociationPropsMixin.ConfigurationIdProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
Required.The unique ID that Amazon MQ generates for the configuration.
- See Also:
-
getRevision
The revision number of the configuration.- See Also:
-
builder
@Stability(Stable) static CfnConfigurationAssociationPropsMixin.ConfigurationIdProperty.Builder builder()
-