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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.ConfigurationInfoProperty
static final class
An implementation forCfnCluster.ConfigurationInfoProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
ARN of the configuration to use. -
getRevision
The revision of the configuration to use. -
builder
-