Show / Hide Table of Contents

Class CfnChannel.TableCreationProperty

Table creation configuration of the destination.

Inheritance
object
CfnChannel.TableCreationProperty
Implements
CfnChannel.ITableCreationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-channel-tablecreation.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-channel-tablecreation.html

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

object

Remarks

Default: - true

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-channel-tablecreation.html#cfn-msk-channel-tablecreation-enabletablecreation

Type union: either bool or IResolvable

Implements

CfnChannel.ITableCreationProperty
Back to top Generated by DocFX