@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-29T17:34:18.476Z") @Stability(value=Stable) public interface CfnEventSourceMappingProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventSourceMappingProps.Builder
A builder for
CfnEventSourceMappingProps |
static class |
CfnEventSourceMappingProps.Jsii$Proxy
An implementation for
CfnEventSourceMappingProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventSourceMappingProps.Builder |
builder() |
default Number |
getBatchSize()
`AWS::Lambda::EventSourceMapping.BatchSize`.
|
default Object |
getBisectBatchOnFunctionError()
`AWS::Lambda::EventSourceMapping.BisectBatchOnFunctionError`.
|
default Object |
getDestinationConfig()
`AWS::Lambda::EventSourceMapping.DestinationConfig`.
|
default Object |
getEnabled()
`AWS::Lambda::EventSourceMapping.Enabled`.
|
String |
getEventSourceArn()
`AWS::Lambda::EventSourceMapping.EventSourceArn`.
|
String |
getFunctionName()
`AWS::Lambda::EventSourceMapping.FunctionName`.
|
default Number |
getMaximumBatchingWindowInSeconds()
`AWS::Lambda::EventSourceMapping.MaximumBatchingWindowInSeconds`.
|
default Number |
getMaximumRecordAgeInSeconds()
`AWS::Lambda::EventSourceMapping.MaximumRecordAgeInSeconds`.
|
default Number |
getMaximumRetryAttempts()
`AWS::Lambda::EventSourceMapping.MaximumRetryAttempts`.
|
default Number |
getParallelizationFactor()
`AWS::Lambda::EventSourceMapping.ParallelizationFactor`.
|
default String |
getStartingPosition()
`AWS::Lambda::EventSourceMapping.StartingPosition`.
|
default List<String> |
getTopics()
`AWS::Lambda::EventSourceMapping.Topics`.
|
@Stability(value=Stable) @NotNull String getEventSourceArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn@Stability(value=Stable) @NotNull String getFunctionName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname@Stability(value=Stable) @Nullable default Number getBatchSize()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-batchsize@Stability(value=Stable) @Nullable default Object getBisectBatchOnFunctionError()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-bisectbatchonfunctionerror@Stability(value=Stable) @Nullable default Object getDestinationConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-destinationconfig@Stability(value=Stable) @Nullable default Object getEnabled()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-enabled@Stability(value=Stable) @Nullable default Number getMaximumBatchingWindowInSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumbatchingwindowinseconds@Stability(value=Stable) @Nullable default Number getMaximumRecordAgeInSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumrecordageinseconds@Stability(value=Stable) @Nullable default Number getMaximumRetryAttempts()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-maximumretryattempts@Stability(value=Stable) @Nullable default Number getParallelizationFactor()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-parallelizationfactor@Stability(value=Stable) @Nullable default String getStartingPosition()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-startingposition@Stability(value=Stable) @Nullable default List<String> getTopics()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-topics@Stability(value=Stable) static CfnEventSourceMappingProps.Builder builder()
CfnEventSourceMappingProps.Builder of CfnEventSourceMappingPropsCopyright © 2020. All rights reserved.