AWSCDK::MSK

16 types

Amazon Managed Streaming for Apache Kafka Construct Library

This module is part of the AWS Cloud Development Kit project.

require 'aws-cdk-lib'

There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:

An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed as a separate package so that you can pin its version independently of the rest of the CDK. See the package:

@aws-cdk/aws-msk-alpha

There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::MSK.

(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)

API Reference

Classes 8

CfnBatchScramSecretRepresents a secret stored in the AWS Secrets Manager that can be used to authenticate wit CfnClusterCreates a new MSK cluster. CfnClusterPolicyCreate or update cluster policy. CfnConfigurationCreates a new MSK configuration. CfnReplicatorCreates the replicator. CfnServerlessClusterSpecifies the properties required for creating a serverless cluster. CfnTopicResource Type definition for AWS::MSK::Topic. CfnVPCConnectionCreate remote VPC connection.

Interfaces 8

CfnBatchScramSecretPropsProperties for defining a `CfnBatchScramSecret`. CfnClusterPolicyPropsProperties for defining a `CfnClusterPolicy`. CfnClusterPropsProperties for defining a `CfnCluster`. CfnConfigurationPropsProperties for defining a `CfnConfiguration`. CfnReplicatorPropsProperties for defining a `CfnReplicator`. CfnServerlessClusterPropsProperties for defining a `CfnServerlessCluster`. CfnTopicPropsProperties for defining a `CfnTopic`. CfnVPCConnectionPropsProperties for defining a `CfnVpcConnection`.