Interface ClusterConfigurationInfo
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClusterConfigurationInfo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:42.704Z")
@Stability(Experimental)
public interface ClusterConfigurationInfo
extends software.amazon.jsii.JsiiSerializable
(experimental) The Amazon MSK configuration to use for the cluster.
Note: There is currently no Cloudformation Resource to create a Configuration
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.*; ClusterConfigurationInfo clusterConfigurationInfo = ClusterConfigurationInfo.builder() .arn("arn") .revision(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forClusterConfigurationInfo
static final class
An implementation forClusterConfigurationInfo
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
(experimental) The Amazon Resource Name (ARN) of the MSK configuration to use.For example, arn:aws:kafka:us-east-1:123456789012:configuration/example-configuration-name/abcdabcd-1234-abcd-1234-abcd123e8e8e-1.
-
getRevision
(experimental) The revision of the Amazon MSK configuration to use. -
builder
- Returns:
- a
ClusterConfigurationInfo.Builder
ofClusterConfigurationInfo
-