Interface CfnReplicator.AmazonMskClusterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReplicator.AmazonMskClusterProperty.Jsii$Proxy
- Enclosing class:
CfnReplicator
@Stability(Stable)
public static interface CfnReplicator.AmazonMskClusterProperty
extends software.amazon.jsii.JsiiSerializable
Details of an Amazon MSK Cluster.
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.*;
AmazonMskClusterProperty amazonMskClusterProperty = AmazonMskClusterProperty.builder()
.mskClusterArn("mskClusterArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnReplicator.AmazonMskClusterPropertystatic final classAn implementation forCfnReplicator.AmazonMskClusterProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of an Amazon MSK cluster.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMskClusterArn
The Amazon Resource Name (ARN) of an Amazon MSK cluster.- See Also:
-
builder
-