Interface CfnCluster.ConfigurationInfoProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCluster.ConfigurationInfoProperty.Jsii$Proxy
Enclosing class:
CfnCluster

@Stability(Stable) public static interface CfnCluster.ConfigurationInfoProperty extends software.amazon.jsii.JsiiSerializable
Specifies the configuration to use for the 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.msk.*;
 ConfigurationInfoProperty configurationInfoProperty = ConfigurationInfoProperty.builder()
         .arn("arn")
         .revision(123)
         .build();