Class CfnEventInvokeConfigMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnEventInvokeConfigMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventInvokeConfigMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventInvokeConfigMixinProps
@Stability(Stable)
@Internal
public static final class CfnEventInvokeConfigMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventInvokeConfigMixinProps
An implementation for
CfnEventInvokeConfigMixinProps-
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.cfnpropertymixins.services.lambda.CfnEventInvokeConfigMixinProps
CfnEventInvokeConfigMixinProps.Builder, CfnEventInvokeConfigMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventInvokeConfigMixinProps.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 ObjectThe 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 theCfnEventInvokeConfigMixinProps.Builder.
-
-
Method Details
-
getDestinationConfig
Description copied from interface:CfnEventInvokeConfigMixinPropsA 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.
- Bucket - The ARN of an Amazon S3 bucket.
- Topic - The ARN of a standard SNS topic.
- Event Bus - The ARN of an Amazon EventBridge event bus.
S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type.
Returns union: either
IResolvableorCfnEventInvokeConfigPropsMixin.DestinationConfigProperty- Specified by:
getDestinationConfigin interfaceCfnEventInvokeConfigMixinProps- See Also:
-
getFunctionName
Description copied from interface:CfnEventInvokeConfigMixinPropsThe name of the Lambda function.Minimum :
1Maximum :
64Pattern :
([a-zA-Z0-9-_]+)Returns union: either
StringorIFunctionRef- Specified by:
getFunctionNamein interfaceCfnEventInvokeConfigMixinProps- See Also:
-
getMaximumEventAgeInSeconds
Description copied from interface:CfnEventInvokeConfigMixinPropsThe maximum age of a request that Lambda sends to a function for processing.- Specified by:
getMaximumEventAgeInSecondsin interfaceCfnEventInvokeConfigMixinProps- See Also:
-
getMaximumRetryAttempts
Description copied from interface:CfnEventInvokeConfigMixinPropsThe maximum number of times to retry when the function returns an error.- Specified by:
getMaximumRetryAttemptsin interfaceCfnEventInvokeConfigMixinProps- See Also:
-
getQualifier
Description copied from interface:CfnEventInvokeConfigMixinPropsThe 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 interfaceCfnEventInvokeConfigMixinProps- See Also:
-
$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()
-