Uses of Class
software.amazon.awscdk.services.lambda.Architecture
Packages that use Architecture
Package
Description
AWS Lambda Construct Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Triggers
-
Uses of Architecture in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return ArchitectureModifier and TypeMethodDescriptionEdgeFunction.getArchitecture()
The system architectures compatible with this lambda function.final Architecture
EdgeFunctionProps.Jsii$Proxy.getArchitecture()
Methods in software.amazon.awscdk.services.cloudfront.experimental that return types with arguments of type ArchitectureModifier and TypeMethodDescriptionfinal List<Architecture>
EdgeFunctionProps.Jsii$Proxy.getArchitectures()
Methods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type ArchitectureModifier and TypeMethodDescriptionEdgeFunction.Builder.architecture
(Architecture architecture) The system architectures compatible with this lambda function.EdgeFunctionProps.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
Method parameters in software.amazon.awscdk.services.cloudfront.experimental with type arguments of type ArchitectureModifier and TypeMethodDescriptionEdgeFunction.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.EdgeFunctionProps.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.use `architecture` -
Uses of Architecture in software.amazon.awscdk.services.lambda
Fields in software.amazon.awscdk.services.lambda declared as ArchitectureModifier and TypeFieldDescriptionstatic final Architecture
Architecture.ARM_64
64 bit architecture with the ARM instruction set.static final Architecture
Architecture.X86_64
64 bit architecture with x86 instruction set.Methods in software.amazon.awscdk.services.lambda that return ArchitectureModifier and TypeMethodDescriptionstatic Architecture
Used to specify a custom architecture name.static Architecture
Used to specify a custom architecture name.Alias.getArchitecture()
The architecture of this Lambda Function.final Architecture
DockerImageFunctionProps.Jsii$Proxy.getArchitecture()
Function.getArchitecture()
The architecture of this Lambda Function (this is an optional attribute and defaults to X86_64).default Architecture
FunctionAttributes.getArchitecture()
The architecture of this Lambda Function (this is an optional attribute and defaults to X86_64).final Architecture
FunctionAttributes.Jsii$Proxy.getArchitecture()
abstract Architecture
FunctionBase.getArchitecture()
The architecture of this Lambda Function.default Architecture
FunctionOptions.getArchitecture()
The system architectures compatible with this lambda function.final Architecture
FunctionOptions.Jsii$Proxy.getArchitecture()
final Architecture
FunctionProps.Jsii$Proxy.getArchitecture()
default Architecture
IAlias.Jsii$Default.getArchitecture()
The system architectures compatible with this lambda function.final Architecture
IAlias.Jsii$Proxy.getArchitecture()
The system architectures compatible with this lambda function.IFunction.getArchitecture()
The system architectures compatible with this lambda function.default Architecture
IFunction.Jsii$Default.getArchitecture()
The system architectures compatible with this lambda function.final Architecture
IFunction.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.final Architecture
IVersion.Jsii$Proxy.getArchitecture()
The system architectures compatible with this lambda function.SingletonFunction.getArchitecture()
The architecture of this Lambda Function.final Architecture
SingletonFunctionProps.Jsii$Proxy.getArchitecture()
Version.getArchitecture()
The architecture of this Lambda Function.Methods in software.amazon.awscdk.services.lambda that return types with arguments of type ArchitectureModifier and TypeMethodDescriptionfinal List<Architecture>
DockerImageFunctionProps.Jsii$Proxy.getArchitectures()
default List<Architecture>
FunctionOptions.getArchitectures()
Deprecated.usearchitecture
final List<Architecture>
FunctionOptions.Jsii$Proxy.getArchitectures()
final List<Architecture>
FunctionProps.Jsii$Proxy.getArchitectures()
final List<Architecture>
SingletonFunctionProps.Jsii$Proxy.getArchitectures()
default List<Architecture>
LayerVersionProps.getCompatibleArchitectures()
The system architectures compatible with this layer.final List<Architecture>
LayerVersionProps.Jsii$Proxy.getCompatibleArchitectures()
Methods in software.amazon.awscdk.services.lambda with parameters of type ArchitectureModifier and TypeMethodDescriptionDockerImageFunction.Builder.architecture
(Architecture architecture) The system architectures compatible with this lambda function.DockerImageFunctionProps.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
Function.Builder.architecture
(Architecture architecture) The system architectures compatible with this lambda function.FunctionAttributes.Builder.architecture
(Architecture architecture) Sets the value ofFunctionAttributes.getArchitecture()
FunctionOptions.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
FunctionProps.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
SingletonFunction.Builder.architecture
(Architecture architecture) The system architectures compatible with this lambda function.SingletonFunctionProps.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
Method parameters in software.amazon.awscdk.services.lambda with type arguments of type ArchitectureModifier and TypeMethodDescriptionDockerImageFunction.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.usearchitecture
DockerImageFunctionProps.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.use `architecture`Function.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.usearchitecture
FunctionOptions.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.use `architecture`FunctionProps.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.use `architecture`SingletonFunction.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.usearchitecture
SingletonFunctionProps.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.use `architecture`LayerVersion.Builder.compatibleArchitectures
(List<? extends Architecture> compatibleArchitectures) The system architectures compatible with this layer.LayerVersionProps.Builder.compatibleArchitectures
(List<? extends Architecture> compatibleArchitectures) Sets the value ofLayerVersionProps.getCompatibleArchitectures()
-
Uses of Architecture in software.amazon.awscdk.services.lambda.go
Methods in software.amazon.awscdk.services.lambda.go that return ArchitectureModifier and TypeMethodDescriptionfinal Architecture
GoFunctionProps.Jsii$Proxy.getArchitecture()
Methods in software.amazon.awscdk.services.lambda.go that return types with arguments of type ArchitectureModifier and TypeMethodDescriptionfinal List<Architecture>
GoFunctionProps.Jsii$Proxy.getArchitectures()
Methods in software.amazon.awscdk.services.lambda.go with parameters of type ArchitectureModifier and TypeMethodDescriptionGoFunction.Builder.architecture
(Architecture architecture) The system architectures compatible with this lambda function.GoFunctionProps.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
Method parameters in software.amazon.awscdk.services.lambda.go with type arguments of type ArchitectureModifier and TypeMethodDescriptionGoFunction.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.usearchitecture
GoFunctionProps.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.use `architecture` -
Uses of Architecture in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return ArchitectureModifier and TypeMethodDescriptionfinal Architecture
NodejsFunctionProps.Jsii$Proxy.getArchitecture()
Methods in software.amazon.awscdk.services.lambda.nodejs that return types with arguments of type ArchitectureModifier and TypeMethodDescriptionfinal List<Architecture>
NodejsFunctionProps.Jsii$Proxy.getArchitectures()
Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type ArchitectureModifier and TypeMethodDescriptionNodejsFunction.Builder.architecture
(Architecture architecture) The system architectures compatible with this lambda function.NodejsFunctionProps.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
Method parameters in software.amazon.awscdk.services.lambda.nodejs with type arguments of type ArchitectureModifier and TypeMethodDescriptionNodejsFunction.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.usearchitecture
NodejsFunctionProps.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.use `architecture` -
Uses of Architecture in software.amazon.awscdk.services.lambda.python
Methods in software.amazon.awscdk.services.lambda.python that return ArchitectureModifier and TypeMethodDescriptionfinal Architecture
PythonFunctionProps.Jsii$Proxy.getArchitecture()
Methods in software.amazon.awscdk.services.lambda.python that return types with arguments of type ArchitectureModifier and TypeMethodDescriptionfinal List<Architecture>
PythonFunctionProps.Jsii$Proxy.getArchitectures()
default List<Architecture>
PythonLayerVersionProps.getCompatibleArchitectures()
(experimental) The system architectures compatible with this layer.final List<Architecture>
PythonLayerVersionProps.Jsii$Proxy.getCompatibleArchitectures()
Methods in software.amazon.awscdk.services.lambda.python with parameters of type ArchitectureModifier and TypeMethodDescriptionPythonFunction.Builder.architecture
(Architecture architecture) The system architectures compatible with this lambda function.PythonFunctionProps.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
Method parameters in software.amazon.awscdk.services.lambda.python with type arguments of type ArchitectureModifier and TypeMethodDescriptionPythonFunction.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.usearchitecture
PythonFunctionProps.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.use `architecture`PythonLayerVersion.Builder.compatibleArchitectures
(List<? extends Architecture> compatibleArchitectures) (experimental) The system architectures compatible with this layer.PythonLayerVersionProps.Builder.compatibleArchitectures
(List<? extends Architecture> compatibleArchitectures) Sets the value ofPythonLayerVersionProps.getCompatibleArchitectures()
-
Uses of Architecture in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return ArchitectureModifier and TypeMethodDescriptionfinal Architecture
TriggerFunctionProps.Jsii$Proxy.getArchitecture()
Methods in software.amazon.awscdk.triggers that return types with arguments of type ArchitectureModifier and TypeMethodDescriptionfinal List<Architecture>
TriggerFunctionProps.Jsii$Proxy.getArchitectures()
Methods in software.amazon.awscdk.triggers with parameters of type ArchitectureModifier and TypeMethodDescriptionTriggerFunction.Builder.architecture
(Architecture architecture) The system architectures compatible with this lambda function.TriggerFunctionProps.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
Method parameters in software.amazon.awscdk.triggers with type arguments of type ArchitectureModifier and TypeMethodDescriptionTriggerFunction.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.usearchitecture
TriggerFunctionProps.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.use `architecture`
architecture