Class CfnDeliveryStreamPropsMixin.TableCreationConfigurationProperty
The configuration to enable automatic table creation.
Inherited Members
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.
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.
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
Remarks
Amazon Data Firehose is in preview release and is subject to change.
Type union: either bool or IResolvable