Class CfnChannel.TableCreationProperty
Table creation configuration of the destination.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.TableCreationProperty : CfnChannel.ITableCreationProperty
Syntax (vb)
Public Class CfnChannel.TableCreationProperty Implements CfnChannel.ITableCreationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MSK;
var tableCreationProperty = new TableCreationProperty {
EnableTableCreation = false
};
Synopsis
Constructors
| TableCreationProperty() | Table creation configuration of the destination. |
Properties
| EnableTableCreation | Whether table creation is enabled. |
Constructors
TableCreationProperty()
Table creation configuration of the destination.
public TableCreationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MSK;
var tableCreationProperty = new TableCreationProperty {
EnableTableCreation = false
};
Properties
EnableTableCreation
Whether table creation is enabled.
public object EnableTableCreation { get; set; }
Property Value
Remarks
Default: - true
Type union: either bool or IResolvable