@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.487Z") @Stability(value=Stable) public interface CfnEventInvokeConfigProps extends software.amazon.jsii.JsiiSerializable
| 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()
@Stability(value=Stable) @NotNull String getQualifier()
@Stability(value=Stable) @Nullable default Object getDestinationConfig()
@Stability(value=Stable) @Nullable default Number getMaximumEventAgeInSeconds()
@Stability(value=Stable) @Nullable default Number getMaximumRetryAttempts()
@Stability(value=Stable) static CfnEventInvokeConfigProps.Builder builder()
CfnEventInvokeConfigProps.Builder of CfnEventInvokeConfigPropsCopyright © 2021. All rights reserved.