@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.967Z") @Stability(value=Stable) public interface CfnBatchScramSecretProps 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.*;
CfnBatchScramSecretProps cfnBatchScramSecretProps = CfnBatchScramSecretProps.builder()
.clusterArn("clusterArn")
// the properties below are optional
.secretArnList(List.of("secretArnList"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBatchScramSecretProps.Builder
A builder for
CfnBatchScramSecretProps |
static class |
CfnBatchScramSecretProps.Jsii$Proxy
An implementation for
CfnBatchScramSecretProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnBatchScramSecretProps.Builder |
builder() |
String |
getClusterArn()
The Amazon Resource Name (ARN) of the MSK cluster.
|
default List<String> |
getSecretArnList()
A list of Amazon Secrets Manager secret ARNs.
|
@Stability(value=Stable) @NotNull String getClusterArn()
@Stability(value=Stable) @Nullable default List<String> getSecretArnList()
@Stability(value=Stable) static CfnBatchScramSecretProps.Builder builder()
CfnBatchScramSecretProps.Builder of CfnBatchScramSecretPropsCopyright © 2022. All rights reserved.