Interface CfnBroker.ConfigurationIdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBroker.ConfigurationIdProperty.Jsii$Proxy
- Enclosing class:
CfnBroker
@Stability(Stable)
public static interface CfnBroker.ConfigurationIdProperty
extends software.amazon.jsii.JsiiSerializable
A list of information about the configuration.
Does not apply to RabbitMQ brokers.
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 forCfnBroker.ConfigurationIdProperty
static final class
An implementation forCfnBroker.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
-