| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.destinations |
Amazon Lambda Destinations Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| Modifier and Type | Method and Description |
|---|---|
IDestination |
EdgeFunctionProps.Jsii$Proxy.getOnFailure() |
IDestination |
EdgeFunctionProps.Jsii$Proxy.getOnSuccess() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
EdgeFunction.Builder |
EdgeFunction.Builder.onFailure(IDestination onFailure)
(experimental) The destination for failed invocations.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
EdgeFunction.Builder |
EdgeFunction.Builder.onSuccess(IDestination onSuccess)
(experimental) The destination for successful invocations.
|
| Constructor and Description |
|---|
Jsii$Proxy(String stackId,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
EdgeFunctionProps.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDestination.Jsii$Default
Internal default implementation for
IDestination. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IDestination.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default IDestination |
EventInvokeConfigOptions.getOnFailure()
(experimental) The destination for failed invocations.
|
IDestination |
EventInvokeConfigOptions.Jsii$Proxy.getOnFailure() |
IDestination |
AliasProps.Jsii$Proxy.getOnFailure() |
IDestination |
FunctionOptions.Jsii$Proxy.getOnFailure() |
IDestination |
SingletonFunctionProps.Jsii$Proxy.getOnFailure() |
IDestination |
AliasOptions.Jsii$Proxy.getOnFailure() |
IDestination |
FunctionProps.Jsii$Proxy.getOnFailure() |
IDestination |
VersionOptions.Jsii$Proxy.getOnFailure() |
IDestination |
DockerImageFunctionProps.Jsii$Proxy.getOnFailure() |
IDestination |
EventInvokeConfigProps.Jsii$Proxy.getOnFailure() |
IDestination |
VersionProps.Jsii$Proxy.getOnFailure() |
default IDestination |
EventInvokeConfigOptions.getOnSuccess()
(experimental) The destination for successful invocations.
|
IDestination |
EventInvokeConfigOptions.Jsii$Proxy.getOnSuccess() |
IDestination |
AliasProps.Jsii$Proxy.getOnSuccess() |
IDestination |
FunctionOptions.Jsii$Proxy.getOnSuccess() |
IDestination |
SingletonFunctionProps.Jsii$Proxy.getOnSuccess() |
IDestination |
AliasOptions.Jsii$Proxy.getOnSuccess() |
IDestination |
FunctionProps.Jsii$Proxy.getOnSuccess() |
IDestination |
VersionOptions.Jsii$Proxy.getOnSuccess() |
IDestination |
DockerImageFunctionProps.Jsii$Proxy.getOnSuccess() |
IDestination |
EventInvokeConfigProps.Jsii$Proxy.getOnSuccess() |
IDestination |
VersionProps.Jsii$Proxy.getOnSuccess() |
| Modifier and Type | Method and Description |
|---|---|
EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.onFailure(IDestination onFailure)
(experimental) The destination for failed invocations.
|
SingletonFunction.Builder |
SingletonFunction.Builder.onFailure(IDestination onFailure)
(experimental) The destination for failed invocations.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.onFailure(IDestination onFailure)
(experimental) The destination for failed invocations.
|
AliasProps.Builder |
AliasProps.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
Version.Builder |
Version.Builder.onFailure(IDestination onFailure)
(experimental) The destination for failed invocations.
|
FunctionOptions.Builder |
FunctionOptions.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
Function.Builder |
Function.Builder.onFailure(IDestination onFailure)
(experimental) The destination for failed invocations.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
Alias.Builder |
Alias.Builder.onFailure(IDestination onFailure)
(experimental) The destination for failed invocations.
|
AliasOptions.Builder |
AliasOptions.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
FunctionProps.Builder |
FunctionProps.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
VersionOptions.Builder |
VersionOptions.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
EventInvokeConfigProps.Builder |
EventInvokeConfigProps.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
VersionProps.Builder |
VersionProps.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.onSuccess(IDestination onSuccess)
(experimental) The destination for successful invocations.
|
SingletonFunction.Builder |
SingletonFunction.Builder.onSuccess(IDestination onSuccess)
(experimental) The destination for successful invocations.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.onSuccess(IDestination onSuccess)
(experimental) The destination for successful invocations.
|
AliasProps.Builder |
AliasProps.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
Version.Builder |
Version.Builder.onSuccess(IDestination onSuccess)
(experimental) The destination for successful invocations.
|
FunctionOptions.Builder |
FunctionOptions.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
Function.Builder |
Function.Builder.onSuccess(IDestination onSuccess)
(experimental) The destination for successful invocations.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
Alias.Builder |
Alias.Builder.onSuccess(IDestination onSuccess)
(experimental) The destination for successful invocations.
|
AliasOptions.Builder |
AliasOptions.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
FunctionProps.Builder |
FunctionProps.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
VersionOptions.Builder |
VersionOptions.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
EventInvokeConfigProps.Builder |
EventInvokeConfigProps.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
VersionProps.Builder |
VersionProps.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionOptions.Builder. |
Jsii$Proxy(Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionProps.Builder. |
Jsii$Proxy(DockerImageCode code,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
DockerImageFunctionProps.Builder. |
Jsii$Proxy(Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
EventInvokeConfigOptions.Builder. |
Jsii$Proxy(IFunction function,
String qualifier,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
EventInvokeConfigProps.Builder. |
Jsii$Proxy(IFunction lambda,
String codeSha256,
String description,
Number provisionedConcurrentExecutions,
RemovalPolicy removalPolicy,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
VersionProps.Builder. |
Jsii$Proxy(List<? extends VersionWeight> additionalVersions,
String description,
Number provisionedConcurrentExecutions,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
AliasOptions.Builder. |
Jsii$Proxy(String aliasName,
IVersion version,
List<? extends VersionWeight> additionalVersions,
String description,
Number provisionedConcurrentExecutions,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
AliasProps.Builder. |
Jsii$Proxy(String uuid,
String lambdaPurpose,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SingletonFunctionProps.Builder. |
Jsii$Proxy(String codeSha256,
String description,
Number provisionedConcurrentExecutions,
RemovalPolicy removalPolicy,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
VersionOptions.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventBridgeDestination
(experimental) Use an Event Bridge event bus as a Lambda destination.
|
class |
LambdaDestination
(experimental) Use a Lambda function as a Lambda destination.
|
class |
SnsDestination
(experimental) Use a SNS topic as a Lambda destination.
|
class |
SqsDestination
(experimental) Use a SQS queue as a Lambda destination.
|
| Modifier and Type | Method and Description |
|---|---|
IDestination |
NodejsFunctionProps.Jsii$Proxy.getOnFailure() |
IDestination |
NodejsFunctionProps.Jsii$Proxy.getOnSuccess() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunction.Builder |
NodejsFunction.Builder.onFailure(IDestination onFailure)
(experimental) The destination for failed invocations.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.onFailure(IDestination onFailure)
Sets the value of
EventInvokeConfigOptions.getOnFailure() |
NodejsFunction.Builder |
NodejsFunction.Builder.onSuccess(IDestination onSuccess)
(experimental) The destination for successful invocations.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.onSuccess(IDestination onSuccess)
Sets the value of
EventInvokeConfigOptions.getOnSuccess() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean awsSdkConnectionReuse,
BundlingOptions bundling,
String depsLockFilePath,
String entry,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
NodejsFunctionProps.Builder. |
Copyright © 2021. All rights reserved.