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();
 

See Also: