Class CfnFunction.KinesisEventProperty
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class KinesisEventProperty : Object, CfnFunction.IKinesisEventProperty
Syntax (vb)
Public Class KinesisEventProperty
Inherits Object
Implements CfnFunction.IKinesisEventProperty
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.SAM;
var kinesisEventProperty = new KinesisEventProperty {
StartingPosition = "startingPosition",
Stream = "stream",
// the properties below are optional
BatchSize = 123,
Enabled = false,
FunctionResponseTypes = new [] { "functionResponseTypes" }
};
Synopsis
Constructors
Kinesis |
Properties
Batch |
|
Enabled | |
Function |
|
Starting |
|
Stream |
Constructors
KinesisEventProperty()
public KinesisEventProperty()
Properties
BatchSize
public Nullable<double> BatchSize { get; set; }
Property Value
System.
Remarks
Enabled
public object Enabled { get; set; }
Property Value
System.
Remarks
FunctionResponseTypes
public string[] FunctionResponseTypes { get; set; }
Property Value
System.
Remarks
StartingPosition
public string StartingPosition { get; set; }
Property Value
System.
Remarks
Stream
public string Stream { get; set; }
Property Value
System.