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