@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:56.224Z")
public interface ClusterConfigurationInfo
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();
Modifier and Type | Interface and Description |
---|---|
static class |
ClusterConfigurationInfo.Builder
A builder for
ClusterConfigurationInfo |
static class |
ClusterConfigurationInfo.Jsii$Proxy
An implementation for
ClusterConfigurationInfo |
Modifier and Type | Method and Description |
---|---|
static ClusterConfigurationInfo.Builder |
builder() |
java.lang.String |
getArn()
(experimental) The Amazon Resource Name (ARN) of the MSK configuration to use.
|
java.lang.Number |
getRevision()
(experimental) The revision of the Amazon MSK configuration to use.
|
java.lang.String getArn()
For example, arn:aws:kafka:us-east-1:123456789012:configuration/example-configuration-name/abcdabcd-1234-abcd-1234-abcd123e8e8e-1.
java.lang.Number getRevision()
static ClusterConfigurationInfo.Builder builder()
ClusterConfigurationInfo.Builder
of ClusterConfigurationInfo