| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| Modifier and Type | Method and Description |
|---|---|
VersionOptions |
EdgeFunctionProps.Jsii$Proxy.getCurrentVersionOptions() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
Sets the value of
FunctionOptions.getCurrentVersionOptions() |
EdgeFunction.Builder |
EdgeFunction.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
(experimental) Options for the `lambda.Version` resource automatically created by the `fn.currentVersion` method.
|
| 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 |
|---|---|
interface |
VersionProps
(experimental) Properties for a new Lambda version.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionOptions.Jsii$Proxy
An implementation for
VersionOptions |
static class |
VersionProps.Jsii$Proxy
An implementation for
VersionProps |
| Modifier and Type | Method and Description |
|---|---|
VersionOptions |
VersionOptions.Builder.build()
Builds the configured instance.
|
default VersionOptions |
FunctionOptions.getCurrentVersionOptions()
(experimental) Options for the `lambda.Version` resource automatically created by the `fn.currentVersion` method.
|
VersionOptions |
FunctionOptions.Jsii$Proxy.getCurrentVersionOptions() |
VersionOptions |
SingletonFunctionProps.Jsii$Proxy.getCurrentVersionOptions() |
VersionOptions |
FunctionProps.Jsii$Proxy.getCurrentVersionOptions() |
VersionOptions |
DockerImageFunctionProps.Jsii$Proxy.getCurrentVersionOptions() |
| Modifier and Type | Method and Description |
|---|---|
SingletonFunction.Builder |
SingletonFunction.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
(experimental) Options for the `lambda.Version` resource automatically created by the `fn.currentVersion` method.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
(experimental) Options for the `lambda.Version` resource automatically created by the `fn.currentVersion` method.
|
FunctionOptions.Builder |
FunctionOptions.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
Sets the value of
FunctionOptions.getCurrentVersionOptions() |
Function.Builder |
Function.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
(experimental) Options for the `lambda.Version` resource automatically created by the `fn.currentVersion` method.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
Sets the value of
FunctionOptions.getCurrentVersionOptions() |
FunctionProps.Builder |
FunctionProps.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
Sets the value of
FunctionOptions.getCurrentVersionOptions() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
Sets the value of
FunctionOptions.getCurrentVersionOptions() |
| 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(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. |
| Modifier and Type | Method and Description |
|---|---|
VersionOptions |
NodejsFunctionProps.Jsii$Proxy.getCurrentVersionOptions() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunction.Builder |
NodejsFunction.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
(experimental) Options for the `lambda.Version` resource automatically created by the `fn.currentVersion` method.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.currentVersionOptions(VersionOptions currentVersionOptions)
Sets the value of
FunctionOptions.getCurrentVersionOptions() |
| 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.