Interface CfnDeliveryStream.IDatabaseColumnsProperty
Namespace: Amazon.CDK.AWS.KinesisFirehose
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDeliveryStream.IDatabaseColumnsProperty
Syntax (vb)
Public Interface CfnDeliveryStream.IDatabaseColumnsProperty
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.KinesisFirehose;
var databaseColumnsProperty = new DatabaseColumnsProperty {
Exclude = new [] { "exclude" },
Include = new [] { "include" }
};
Synopsis
Properties
| Exclude | |
| Include |