AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MSK::ServerlessCluster

CfnServerlessCluster

Specifies the properties required for creating a serverless cluster.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnServerlessClusterProps.

clientAuthenticationRequired
IResolvable | ClientAuthenticationProperty

Includes all client authentication related information.

clusterNameRequired
string

The name of the cluster.

vpcConfigsRequired
IResolvable | IResolvable | VpcConfigProperty[]

VPC configuration information for the serverless cluster.

tagsOptional
{ [key: string]: string }

An arbitrary set of tags (key-value pairs) for the cluster.

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