interface BatchScramSecretReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.BatchScramSecretReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#BatchScramSecretReference |
![]() | software.amazon.awscdk.services.msk.BatchScramSecretReference |
![]() | aws_cdk.aws_msk.BatchScramSecretReference |
![]() | aws-cdk-lib » aws_msk » BatchScramSecretReference |
A reference to a BatchScramSecret resource.
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 batchScramSecretReference: msk.BatchScramSecretReference = {
clusterArn: 'clusterArn',
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The ClusterArn of the BatchScramSecret resource. |
clusterArn
Type:
string
The ClusterArn of the BatchScramSecret resource.