AWS::MSK::ServerlessClusterSpecifies the properties required for creating a serverless cluster.
import { CfnServerlessCluster } from 'aws-cdk-lib/aws-msk';Or use the module namespace:
import * as msk from 'aws-cdk-lib/aws-msk';
// msk.CfnServerlessClusterConfiguration passed to the constructor as CfnServerlessClusterProps.
clientAuthenticationRequiredIResolvable | ClientAuthenticationPropertyIncludes all client authentication related information.
clusterNameRequiredstringThe name of the cluster.
vpcConfigsRequiredIResolvable | IResolvable | VpcConfigProperty[]VPC configuration information for the serverless cluster.
tagsOptional{ [key: string]: string }An arbitrary set of tags (key-value pairs) for the cluster.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mskAWS::MSK::ServerlessCluster