@Stability(value=Stable)
public static interface CfnCluster.ConfigurationInfoProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.ConfigurationInfoProperty.Builder
A builder for
CfnCluster.ConfigurationInfoProperty |
static class |
CfnCluster.ConfigurationInfoProperty.Jsii$Proxy
An implementation for
CfnCluster.ConfigurationInfoProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.ConfigurationInfoProperty.Builder |
builder() |
String |
getArn()
The Amazon Resource Name (ARN) of the MSK configuration to use.
|
Number |
getRevision()
The revision of the Amazon MSK configuration to use.
|
@Stability(value=Stable) @NotNull String getArn()
For example, arn:aws:kafka:us-east-1:123456789012:configuration/example-configuration-name/abcdabcd-1234-abcd-1234-abcd123e8e8e-1 .
@Stability(value=Stable) @NotNull Number getRevision()
@Stability(value=Stable) static CfnCluster.ConfigurationInfoProperty.Builder builder()
Copyright © 2022. All rights reserved.