@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:56.153Z")
public interface CfnBatchScramSecretProps
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() |
java.lang.String |
getClusterArn()
The Amazon Resource Name (ARN) of the MSK cluster.
|
default java.util.List<java.lang.String> |
getSecretArnList()
A list of Amazon Secrets Manager secret ARNs.
|
java.lang.String getClusterArn()
default java.util.List<java.lang.String> getSecretArnList()
static CfnBatchScramSecretProps.Builder builder()
CfnBatchScramSecretProps.Builder
of CfnBatchScramSecretProps