| 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
|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
EdgeFunctionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment for the Lambda function that you are uploading.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
FunctionProps.getRuntime() |
| 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,
ISecurityGroup securityGroup,
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 | Field and Description |
|---|---|
static Runtime |
Runtime.DOTNET_CORE_1
(experimental) The .NET Core 1.0 runtime (dotnetcore1.0) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.DOTNET_CORE_2
(experimental) The .NET Core 2.0 runtime (dotnetcore2.0) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.DOTNET_CORE_2_1
(experimental) The .NET Core 2.1 runtime (dotnetcore2.1).
|
static Runtime |
Runtime.DOTNET_CORE_3_1
(experimental) The .NET Core 3.1 runtime (dotnetcore3.1).
|
static Runtime |
Runtime.FROM_IMAGE
(experimental) A special runtime entry to be used when function is using a docker image.
|
static Runtime |
Runtime.GO_1_X
(experimental) The Go 1.x runtime (go1.x).
|
static Runtime |
Runtime.JAVA_11
(experimental) The Java 11 runtime (java11).
|
static Runtime |
Runtime.JAVA_8
(experimental) The Java 8 runtime (java8).
|
static Runtime |
Runtime.JAVA_8_CORRETTO
(experimental) The Java 8 Corretto runtime (java8.al2).
|
static Runtime |
Runtime.NODEJS
(experimental) The NodeJS runtime (nodejs) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.NODEJS_10_X
(experimental) The NodeJS 10.x runtime (nodejs10.x).
|
static Runtime |
Runtime.NODEJS_12_X
(experimental) The NodeJS 12.x runtime (nodejs12.x).
|
static Runtime |
Runtime.NODEJS_14_X
(experimental) The NodeJS 14.x runtime (nodejs14.x).
|
static Runtime |
Runtime.NODEJS_4_3
(experimental) The NodeJS 4.3 runtime (nodejs4.3) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.NODEJS_6_10
(experimental) The NodeJS 6.10 runtime (nodejs6.10) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.NODEJS_8_10
(experimental) The NodeJS 8.10 runtime (nodejs8.10) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.PROVIDED
(experimental) The custom provided runtime (provided).
|
static Runtime |
Runtime.PROVIDED_AL2
(experimental) The custom provided runtime (provided).
|
static Runtime |
Runtime.PYTHON_2_7
(experimental) The Python 2.7 runtime (python2.7).
|
static Runtime |
Runtime.PYTHON_3_6
(experimental) The Python 3.6 runtime (python3.6).
|
static Runtime |
Runtime.PYTHON_3_7
(experimental) The Python 3.7 runtime (python3.7).
|
static Runtime |
Runtime.PYTHON_3_8
(experimental) The Python 3.8 runtime (python3.8).
|
static Runtime |
Runtime.RUBY_2_5
(experimental) The Ruby 2.5 runtime (ruby2.5).
|
static Runtime |
Runtime.RUBY_2_7
(experimental) The Ruby 2.7 runtime (ruby2.7).
|
| Modifier and Type | Field and Description |
|---|---|
static List<Runtime> |
Runtime.ALL
(experimental) A list of all known `Runtime`'s.
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
Runtime.Builder.build() |
Runtime |
Function.getRuntime()
(experimental) The runtime configured for this lambda.
|
Runtime |
SingletonFunctionProps.Jsii$Proxy.getRuntime() |
Runtime |
FunctionProps.getRuntime()
(experimental) The runtime environment for the Lambda function that you are uploading.
|
Runtime |
FunctionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
default List<Runtime> |
ILayerVersion.getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
List<Runtime> |
ILayerVersion.Jsii$Proxy.getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
default List<Runtime> |
ILayerVersion.Jsii$Default.getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
default List<Runtime> |
LayerVersionAttributes.getCompatibleRuntimes()
(experimental) The list of compatible runtimes with this Layer.
|
List<Runtime> |
LayerVersionAttributes.Jsii$Proxy.getCompatibleRuntimes() |
List<Runtime> |
LayerVersion.getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
default List<Runtime> |
LayerVersionProps.getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
List<Runtime> |
LayerVersionProps.Jsii$Proxy.getCompatibleRuntimes() |
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.runtime(Runtime runtime)
(experimental) The runtime environment for the Lambda function that you are uploading.
|
SingletonFunction.Builder |
SingletonFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment for the Lambda function that you are uploading.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
FunctionProps.getRuntime() |
FunctionProps.Builder |
FunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
FunctionProps.getRuntime() |
Boolean |
Runtime.runtimeEquals(Runtime other) |
| Modifier and Type | Method and Description |
|---|---|
LayerVersionAttributes.Builder |
LayerVersionAttributes.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
Sets the value of
LayerVersionAttributes.getCompatibleRuntimes() |
LayerVersion.Builder |
LayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
(experimental) The runtimes compatible with this Layer.
|
LayerVersionProps.Builder |
LayerVersionProps.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
Sets the value of
LayerVersionProps.getCompatibleRuntimes() |
| Constructor and Description |
|---|
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,
ISecurityGroup securityGroup,
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(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,
ISecurityGroup securityGroup,
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. |
| Constructor and Description |
|---|
Jsii$Proxy(Code code,
List<? extends Runtime> compatibleRuntimes,
String description,
String layerVersionName,
String license,
RemovalPolicy removalPolicy)
Constructor that initializes the object based on literal property values passed by the
LayerVersionProps.Builder. |
Jsii$Proxy(String layerVersionArn,
List<? extends Runtime> compatibleRuntimes)
Constructor that initializes the object based on literal property values passed by the
LayerVersionAttributes.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Runtime |
NodejsFunctionProps.getRuntime()
(experimental) The runtime environment.
|
Runtime |
NodejsFunctionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunction.Builder |
NodejsFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
NodejsFunctionProps.getRuntime() |
| 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,
ISecurityGroup securityGroup,
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. |
| Modifier and Type | Method and Description |
|---|---|
default Runtime |
PythonFunctionProps.getRuntime()
(experimental) The runtime environment.
|
Runtime |
PythonFunctionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
default List<Runtime> |
PythonLayerVersionProps.getCompatibleRuntimes()
(experimental) The runtimes compatible with the python layer.
|
List<Runtime> |
PythonLayerVersionProps.Jsii$Proxy.getCompatibleRuntimes() |
| Modifier and Type | Method and Description |
|---|---|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
PythonFunctionProps.getRuntime() |
PythonFunction.Builder |
PythonFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
(experimental) The runtimes compatible with the python layer.
|
PythonLayerVersionProps.Builder |
PythonLayerVersionProps.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
Sets the value of
PythonLayerVersionProps.getCompatibleRuntimes() |
| Constructor and Description |
|---|
Jsii$Proxy(String entry,
String assetHash,
AssetHashType assetHashType,
String handler,
String index,
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,
ISecurityGroup securityGroup,
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
PythonFunctionProps.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(String entry,
List<? extends Runtime> compatibleRuntimes,
String description,
String layerVersionName,
String license,
RemovalPolicy removalPolicy)
Constructor that initializes the object based on literal property values passed by the
PythonLayerVersionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Runtime |
EvaluateExpressionProps.getRuntime()
(experimental) The runtime language to use to evaluate the expression.
|
Runtime |
EvaluateExpressionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.runtime(Runtime runtime)
Sets the value of
EvaluateExpressionProps.getRuntime() |
EvaluateExpression.Builder |
EvaluateExpression.Builder.runtime(Runtime runtime)
(experimental) The runtime language to use to evaluate the expression.
|
| Constructor and Description |
|---|
Jsii$Proxy(String expression,
Runtime runtime,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EvaluateExpressionProps.Builder. |
Copyright © 2021. All rights reserved.