aws-cdk-lib.aws_msk.CfnBatchScramSecretProps
interface CfnBatchScramSecretProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.CfnBatchScramSecretProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnBatchScramSecretProps |
![]() | software.amazon.awscdk.services.msk.CfnBatchScramSecretProps |
![]() | aws_cdk.aws_msk.CfnBatchScramSecretProps |
![]() | aws-cdk-lib » aws_msk » CfnBatchScramSecretProps |
Properties for defining a CfnBatchScramSecret
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_msk as msk } from 'aws-cdk-lib';
const cfnBatchScramSecretProps: msk.CfnBatchScramSecretProps = {
clusterArn: 'clusterArn',
// the properties below are optional
secretArnList: ['secretArnList'],
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | AWS::MSK::BatchScramSecret.ClusterArn . |
secret | string[] | AWS::MSK::BatchScramSecret.SecretArnList . |
clusterArn
Type:
string
AWS::MSK::BatchScramSecret.ClusterArn
.
secretArnList?
Type:
string[]
(optional)
AWS::MSK::BatchScramSecret.SecretArnList
.