AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MSK::BatchScramSecret

CfnBatchScramSecret

Represents a secret stored in the AWS Secrets Manager that can be used to authenticate with a cluster using a user name and a password.

Import

import { CfnBatchScramSecret } from 'aws-cdk-lib/aws-msk';

Or use the module namespace:

import * as msk from 'aws-cdk-lib/aws-msk';
// msk.CfnBatchScramSecret

Properties

Configuration passed to the constructor as CfnBatchScramSecretProps.

clusterArnRequired
string

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

secretArnListOptional
string[]

List of Amazon Resource Name (ARN)s of Secrets Manager secrets.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter