Interface CfnDeliveryStream.IDatabaseColumnsProperty
Namespace: Amazon.CDK.AWS.KinesisFirehose
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDatabaseColumnsProperty
Syntax (vb)
Public Interface 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 |
Properties
Exclude
virtual string[] Exclude { get; }
Property Value
System.
Remarks
Include
virtual string[] Include { get; }
Property Value
System.