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
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-batchscramsecret.html
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 | |
secret | string[] |
clusterArn
Type:
string
secretArnList?
Type:
string[]
(optional)