interface TableCreationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MSK.CfnChannelPropsMixin.TableCreationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmsk#CfnChannelPropsMixin_TableCreationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.msk.CfnChannelPropsMixin.TableCreationProperty |
Python | aws_cdk.cfn_property_mixins.aws_msk.CfnChannelPropsMixin.TableCreationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_msk » CfnChannelPropsMixin » TableCreationProperty |
Table creation configuration of the destination.
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/cfn-property-mixins';
const tableCreationProperty: msk.CfnChannelPropsMixin.TableCreationProperty = {
enableTableCreation: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enable | boolean | IResolvable | Whether table creation is enabled. |
enableTableCreation?
Type:
boolean | IResolvable
(optional, default: true)
Whether table creation is enabled.

.NET
Go
Java
Python
TypeScript