@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-29T17:34:18.475Z") @Stability(value=Stable) public interface CfnEventInvokeConfigProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventInvokeConfigProps.Builder
A builder for
CfnEventInvokeConfigProps |
static class |
CfnEventInvokeConfigProps.Jsii$Proxy
An implementation for
CfnEventInvokeConfigProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventInvokeConfigProps.Builder |
builder() |
default Object |
getDestinationConfig()
`AWS::Lambda::EventInvokeConfig.DestinationConfig`.
|
String |
getFunctionName()
`AWS::Lambda::EventInvokeConfig.FunctionName`.
|
default Number |
getMaximumEventAgeInSeconds()
`AWS::Lambda::EventInvokeConfig.MaximumEventAgeInSeconds`.
|
default Number |
getMaximumRetryAttempts()
`AWS::Lambda::EventInvokeConfig.MaximumRetryAttempts`.
|
String |
getQualifier()
`AWS::Lambda::EventInvokeConfig.Qualifier`.
|
@Stability(value=Stable) @NotNull String getFunctionName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname@Stability(value=Stable) @NotNull String getQualifier()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-qualifier@Stability(value=Stable) @Nullable default Object getDestinationConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-destinationconfig@Stability(value=Stable) @Nullable default Number getMaximumEventAgeInSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumeventageinseconds@Stability(value=Stable) @Nullable default Number getMaximumRetryAttempts()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-maximumretryattempts@Stability(value=Stable) static CfnEventInvokeConfigProps.Builder builder()
CfnEventInvokeConfigProps.Builder of CfnEventInvokeConfigPropsCopyright © 2020. All rights reserved.