| 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.triggers |
Triggers
|
| Modifier and Type | Method and Description |
|---|---|
Architecture |
EdgeFunction.getArchitecture()
The system architectures compatible with this lambda function.
|
Architecture |
EdgeFunctionProps.Jsii$Proxy.getArchitecture() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.architecture(Architecture architecture)
The system architectures compatible with this lambda function.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.architecture(Architecture architecture)
Sets the value of
FunctionOptions.getArchitecture() |
| Modifier and Type | Field and Description |
|---|---|
static Architecture |
Architecture.ARM_64
64 bit architecture with the ARM instruction set.
|
static Architecture |
Architecture.X86_64
64 bit architecture with x86 instruction set.
|
| Modifier and Type | Method and Description |
|---|---|
static Architecture |
Architecture.custom(String name)
Used to specify a custom architecture name.
|
static Architecture |
Architecture.custom(String name,
String dockerPlatform)
Used to specify a custom architecture name.
|
Architecture |
Alias.getArchitecture()
The architecture of this Lambda Function.
|
Architecture |
Function.getArchitecture()
The architecture of this Lambda Function (this is an optional attribute and defaults to X86_64).
|
default Architecture |
FunctionOptions.getArchitecture()
The system architectures compatible with this lambda function.
|
Architecture |
FunctionOptions.Jsii$Proxy.getArchitecture() |
abstract Architecture |
FunctionBase.getArchitecture()
The architecture of this Lambda Function.
|
Architecture |
DockerImageFunctionProps.Jsii$Proxy.getArchitecture() |
Architecture |
SingletonFunctionProps.Jsii$Proxy.getArchitecture() |
default Architecture |
FunctionAttributes.getArchitecture()
The architecture of this Lambda Function (this is an optional attribute and defaults to X86_64).
|
Architecture |
FunctionAttributes.Jsii$Proxy.getArchitecture() |
Architecture |
IAlias.Jsii$Proxy.getArchitecture()
The system architectures compatible with this lambda function.
|
default Architecture |
IAlias.Jsii$Default.getArchitecture()
The system architectures compatible with this lambda function.
|
Architecture |
FunctionProps.Jsii$Proxy.getArchitecture() |
Architecture |
SingletonFunction.getArchitecture()
The architecture of this Lambda Function.
|
Architecture |
IFunction.getArchitecture()
The system architectures compatible with this lambda function.
|
Architecture |
IFunction.Jsii$Proxy.getArchitecture()
The system architectures compatible with this lambda function.
|
default Architecture |
IFunction.Jsii$Default.getArchitecture()
The system architectures compatible with this lambda function.
|
Architecture |
IVersion.Jsii$Proxy.getArchitecture()
The system architectures compatible with this lambda function.
|
default Architecture |
IVersion.Jsii$Default.getArchitecture()
The system architectures compatible with this lambda function.
|
Architecture |
Version.getArchitecture()
The architecture of this Lambda Function.
|
| Modifier and Type | Method and Description |
|---|---|
default List<Architecture> |
LayerVersionProps.getCompatibleArchitectures()
The system architectures compatible with this layer.
|
List<Architecture> |
LayerVersionProps.Jsii$Proxy.getCompatibleArchitectures() |
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.architecture(Architecture architecture)
The system architectures compatible with this lambda function.
|
FunctionOptions.Builder |
FunctionOptions.Builder.architecture(Architecture architecture)
Sets the value of
FunctionOptions.getArchitecture() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.architecture(Architecture architecture)
Sets the value of
FunctionOptions.getArchitecture() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.architecture(Architecture architecture)
Sets the value of
FunctionOptions.getArchitecture() |
FunctionAttributes.Builder |
FunctionAttributes.Builder.architecture(Architecture architecture)
Sets the value of
FunctionAttributes.getArchitecture() |
FunctionProps.Builder |
FunctionProps.Builder.architecture(Architecture architecture)
Sets the value of
FunctionOptions.getArchitecture() |
SingletonFunction.Builder |
SingletonFunction.Builder.architecture(Architecture architecture)
The system architectures compatible with this lambda function.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.architecture(Architecture architecture)
The system architectures compatible with this lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
LayerVersionProps.Builder |
LayerVersionProps.Builder.compatibleArchitectures(List<? extends Architecture> compatibleArchitectures)
Sets the value of
LayerVersionProps.getCompatibleArchitectures() |
LayerVersion.Builder |
LayerVersion.Builder.compatibleArchitectures(List<? extends Architecture> compatibleArchitectures)
The system architectures compatible with this layer.
|
| Modifier and Type | Method and Description |
|---|---|
Architecture |
NodejsFunctionProps.Jsii$Proxy.getArchitecture() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.architecture(Architecture architecture)
Sets the value of
FunctionOptions.getArchitecture() |
NodejsFunction.Builder |
NodejsFunction.Builder.architecture(Architecture architecture)
The system architectures compatible with this lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
Architecture |
TriggerFunctionProps.Jsii$Proxy.getArchitecture() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunction.Builder |
TriggerFunction.Builder.architecture(Architecture architecture)
The system architectures compatible with this lambda function.
|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.architecture(Architecture architecture)
Sets the value of
FunctionOptions.getArchitecture() |
Copyright © 2022. All rights reserved.