interface CfnServerlessClusterProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.CfnServerlessClusterProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnServerlessClusterProps |
![]() | software.amazon.awscdk.services.msk.CfnServerlessClusterProps |
![]() | aws_cdk.aws_msk.CfnServerlessClusterProps |
![]() | aws-cdk-lib » aws_msk » CfnServerlessClusterProps |
Properties for defining a CfnServerlessCluster
.
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 cfnServerlessClusterProps: msk.CfnServerlessClusterProps = {
clientAuthentication: {
sasl: {
iam: {
enabled: false,
},
},
},
clusterName: 'clusterName',
vpcConfigs: [{
subnetIds: ['subnetIds'],
// the properties below are optional
securityGroups: ['securityGroups'],
}],
// the properties below are optional
tags: {
tagsKey: 'tags',
},
};
Properties
Name | Type | Description |
---|---|---|
client | IResolvable | Client | |
cluster | string | |
vpc | IResolvable | IResolvable | Vpc [] | |
tags? | { [string]: string } | A key-value pair to associate with a resource. |
clientAuthentication
Type:
IResolvable
|
Client
clusterName
Type:
string
vpcConfigs
Type:
IResolvable
|
IResolvable
|
Vpc
[]
tags?
Type:
{ [string]: string }
(optional)
A key-value pair to associate with a resource.