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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCluster.ConfigurationInfoPropertystatic final classAn implementation forCfnCluster.ConfigurationInfoProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
ARN of the configuration to use.- See Also:
-
getRevision
The revision of the configuration to use.- See Also:
-
builder
-