Show / Hide Table of Contents

Class CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty

The configuration to enable automatic table creation.

Inheritance
object
CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty
Implements
CfnDeliveryStreamPropsMixin.ITableCreationConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.KinesisFirehose.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty : CfnDeliveryStreamPropsMixin.ITableCreationConfigurationProperty
Syntax (vb)
Public Class CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty Implements CfnDeliveryStreamPropsMixin.ITableCreationConfigurationProperty
Remarks

Amazon Data Firehose is in preview release and is subject to change.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-tablecreationconfiguration.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.Mixins.Preview.AWS.KinesisFirehose.Mixins;

             var tableCreationConfigurationProperty = new TableCreationConfigurationProperty {
                 Enabled = false
             };

Synopsis

Constructors

TableCreationConfigurationProperty()

The configuration to enable automatic table creation.

Properties

Enabled

Specify whether you want to enable automatic table creation.

Constructors

TableCreationConfigurationProperty()

The configuration to enable automatic table creation.

public TableCreationConfigurationProperty()
Remarks

Amazon Data Firehose is in preview release and is subject to change.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-tablecreationconfiguration.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.Mixins.Preview.AWS.KinesisFirehose.Mixins;

             var tableCreationConfigurationProperty = new TableCreationConfigurationProperty {
                 Enabled = false
             };

Properties

Enabled

Specify whether you want to enable automatic table creation.

public object? Enabled { get; set; }
Property Value

object

Remarks

Amazon Data Firehose is in preview release and is subject to change.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-tablecreationconfiguration.html#cfn-kinesisfirehose-deliverystream-tablecreationconfiguration-enabled

Type union: either bool or IResolvable

Implements

CfnDeliveryStreamPropsMixin.ITableCreationConfigurationProperty
Back to top Generated by DocFX