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