interface CfnConfigurationProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MSK.CfnConfigurationProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnConfigurationProps |
Java | software.amazon.awscdk.services.msk.CfnConfigurationProps |
Python | aws_cdk.aws_msk.CfnConfigurationProps |
TypeScript | aws-cdk-lib » aws_msk » CfnConfigurationProps |
Properties for defining a CfnConfiguration
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-configuration.html
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 cfnConfigurationProps: msk.CfnConfigurationProps = {
name: 'name',
serverProperties: 'serverProperties',
// the properties below are optional
description: 'description',
kafkaVersionsList: ['kafkaVersionsList'],
latestRevision: {
creationTime: 'creationTime',
description: 'description',
revision: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
name | string | |
server | string | |
description? | string | |
kafka | string[] | |
latest | IResolvable | Latest |
name
Type:
string
serverProperties
Type:
string
description?
Type:
string
(optional)
kafkaVersionsList?
Type:
string[]
(optional)
latestRevision?
Type:
IResolvable
|
Latest
(optional)