Class CfnEventInvokeConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnEventInvokeConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventInvokeConfigProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEventInvokeConfigProps
@Stability(Stable)
@Internal
public static final class CfnEventInvokeConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventInvokeConfigProps
An implementation for
CfnEventInvokeConfigProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnEventInvokeConfigProps
CfnEventInvokeConfigProps.Builder, CfnEventInvokeConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventInvokeConfigProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA destination for events after they have been sent to a function for processing.final StringThe name of the Lambda function.final NumberThe maximum age of a request that Lambda sends to a function for processing.final NumberThe maximum number of times to retry when the function returns an error.final StringThe identifier of a version or alias.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEventInvokeConfigProps.Builder.
-
-
Method Details
-
getFunctionName
Description copied from interface:CfnEventInvokeConfigPropsThe name of the Lambda function.Minimum :
1Maximum :
64Pattern :
([a-zA-Z0-9-_]+)- Specified by:
getFunctionNamein interfaceCfnEventInvokeConfigProps
-
getQualifier
Description copied from interface:CfnEventInvokeConfigPropsThe identifier of a version or alias.- Version - A version number.
- Alias - An alias name.
- Latest - To specify the unpublished version, use
$LATEST.
- Specified by:
getQualifierin interfaceCfnEventInvokeConfigProps
-
getDestinationConfig
Description copied from interface:CfnEventInvokeConfigPropsA destination for events after they have been sent to a function for processing.Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function.
- Queue - The ARN of a standard SQS queue.
- Topic - The ARN of a standard SNS topic.
- Event Bus - The ARN of an Amazon EventBridge event bus.
- Specified by:
getDestinationConfigin interfaceCfnEventInvokeConfigProps
-
getMaximumEventAgeInSeconds
Description copied from interface:CfnEventInvokeConfigPropsThe maximum age of a request that Lambda sends to a function for processing.- Specified by:
getMaximumEventAgeInSecondsin interfaceCfnEventInvokeConfigProps
-
getMaximumRetryAttempts
Description copied from interface:CfnEventInvokeConfigPropsThe maximum number of times to retry when the function returns an error.- Specified by:
getMaximumRetryAttemptsin interfaceCfnEventInvokeConfigProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-