| Modifier and Type | Method and Description |
|---|---|
List<Runtime> |
KubectlLayer.getCompatibleRuntimes()
(experimental) All runtimes are compatible.
|
| Modifier and Type | Field and Description |
|---|---|
static Runtime |
Runtime.DOTNET_CORE_1
Deprecated.
Use
DOTNET_CORE_2_1 |
static Runtime |
Runtime.DOTNET_CORE_2
Deprecated.
Use
DOTNET_CORE_2_1 |
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.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
Deprecated.
Use
NODEJS_10_X |
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_4_3
Deprecated.
Use
NODEJS_10_X |
static Runtime |
Runtime.NODEJS_6_10
Deprecated.
Use
NODEJS_10_X |
static Runtime |
Runtime.NODEJS_8_10
Deprecated.
Use
NODEJS_10_X |
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> |
LayerVersionAttributes.getCompatibleRuntimes()
(experimental) The list of compatible runtimes with this Layer.
|
List<Runtime> |
LayerVersionAttributes.Jsii$Proxy.getCompatibleRuntimes() |
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.
|
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 |
|---|---|
SingletonFunction.Builder |
SingletonFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment for the Lambda function that you are uploading.
|
Function.Builder |
Function.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,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
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,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
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)
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 |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
NodejsFunctionProps.getRuntime() |
NodejsFunction.Builder |
NodejsFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean awsSdkConnectionReuse,
String depsLockFilePath,
String entry,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
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,
Map<String,String> buildArgs,
BundlingDockerImage bundlingDockerImage,
Map<String,String> bundlingEnvironment,
String esbuildVersion,
List<String> externalModules,
Boolean forceDockerBundling,
Map<String,String> loader,
Boolean minify,
List<String> nodeModules,
Boolean sourceMap,
String target)
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 |
|---|---|
PythonFunction.Builder |
PythonFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment.
|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
PythonFunctionProps.getRuntime() |
| 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 handler,
String index,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
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)
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 |
|---|---|
EvaluateExpression.Builder |
EvaluateExpression.Builder.runtime(Runtime runtime)
(experimental) The runtime language to use to evaluate the expression.
|
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.runtime(Runtime runtime)
Sets the value of
EvaluateExpressionProps.getRuntime() |
| 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 © 2020. All rights reserved.