public static interface CfnConfigurationAssociation.ConfigurationIdProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfigurationAssociation.ConfigurationIdProperty.Builder
A builder for
CfnConfigurationAssociation.ConfigurationIdProperty |
static class |
CfnConfigurationAssociation.ConfigurationIdProperty.Jsii$Proxy
An implementation for
CfnConfigurationAssociation.ConfigurationIdProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConfigurationAssociation.ConfigurationIdProperty.Builder |
builder() |
java.lang.String |
getId()
The unique ID that Amazon MQ generates for the configuration.
|
java.lang.Number |
getRevision()
The revision number of the configuration.
|