@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:12.510Z") @Stability(value=Experimental) public interface ClusterConfigurationInfo extends software.amazon.jsii.JsiiSerializable
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() |
String |
getArn()
(experimental) The Amazon Resource Name (ARN) of the MSK configuration to use.
|
Number |
getRevision()
(experimental) The revision of the Amazon MSK configuration to use.
|
@Stability(value=Experimental) @NotNull String getArn()
For example, arn:aws:kafka:us-east-1:123456789012:configuration/example-configuration-name/abcdabcd-1234-abcd-1234-abcd123e8e8e-1.
@Stability(value=Experimental) @NotNull Number getRevision()
@Stability(value=Experimental) static ClusterConfigurationInfo.Builder builder()
ClusterConfigurationInfo.Builder of ClusterConfigurationInfoCopyright © 2022. All rights reserved.