@Stability(value=Stable)
public static interface CfnFunction.KinesisEventProperty
extends software.amazon.jsii.JsiiSerializable
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.KinesisEventProperty.Builder
A builder for
CfnFunction.KinesisEventProperty |
static class |
CfnFunction.KinesisEventProperty.Jsii$Proxy
An implementation for
CfnFunction.KinesisEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.KinesisEventProperty.Builder |
builder() |
default Number |
getBatchSize()
`CfnFunction.KinesisEventProperty.BatchSize`.
|
default Object |
getEnabled()
`CfnFunction.KinesisEventProperty.Enabled`.
|
String |
getStartingPosition()
`CfnFunction.KinesisEventProperty.StartingPosition`.
|
String |
getStream()
`CfnFunction.KinesisEventProperty.Stream`.
|
@Stability(value=Stable) @NotNull String getStartingPosition()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis@Stability(value=Stable) @NotNull String getStream()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis@Stability(value=Stable) @Nullable default Number getBatchSize()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis@Stability(value=Stable) @Nullable default Object getEnabled()
https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#kinesis@Stability(value=Stable) static CfnFunction.KinesisEventProperty.Builder builder()
Copyright © 2020. All rights reserved.