| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Architecture> |
SingletonFunctionProps.Jsii$Proxy.getArchitectures() |
List<Architecture> |
DockerImageFunctionProps.Jsii$Proxy.getArchitectures() |
List<Architecture> |
FunctionProps.Jsii$Proxy.getArchitectures() |
default List<Architecture> |
FunctionOptions.getArchitectures()
The system architectures compatible with this lambda function.
|
List<Architecture> |
FunctionOptions.Jsii$Proxy.getArchitectures() |
default List<Architecture> |
LayerVersionProps.getCompatibleArchitectures()
The system architectures compatible with this layer.
|
List<Architecture> |
LayerVersionProps.Jsii$Proxy.getCompatibleArchitectures() |
| Modifier and Type | Method and Description |
|---|---|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.architectures(List<? extends Architecture> architectures)
Sets the value of
FunctionOptions.getArchitectures() |
SingletonFunction.Builder |
SingletonFunction.Builder.architectures(List<? extends Architecture> architectures)
The system architectures compatible with this lambda function.
|
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.architectures(List<? extends Architecture> architectures)
Sets the value of
FunctionOptions.getArchitectures() |
Function.Builder |
Function.Builder.architectures(List<? extends Architecture> architectures)
The system architectures compatible with this lambda function.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.architectures(List<? extends Architecture> architectures)
The system architectures compatible with this lambda function.
|
FunctionProps.Builder |
FunctionProps.Builder.architectures(List<? extends Architecture> architectures)
Sets the value of
FunctionOptions.getArchitectures() |
FunctionOptions.Builder |
FunctionOptions.Builder.architectures(List<? extends Architecture> architectures)
Sets the value of
FunctionOptions.getArchitectures() |
LayerVersion.Builder |
LayerVersion.Builder.compatibleArchitectures(List<? extends Architecture> compatibleArchitectures)
The system architectures compatible with this layer.
|
LayerVersionProps.Builder |
LayerVersionProps.Builder.compatibleArchitectures(List<? extends Architecture> compatibleArchitectures)
Sets the value of
LayerVersionProps.getCompatibleArchitectures() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean allowPublicSubnet,
List<? extends Architecture> architectures,
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,
LambdaInsightsVersion insightsVersion,
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
FunctionOptions.Builder. |
Jsii$Proxy(Code code,
List<? extends Architecture> compatibleArchitectures,
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(Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
List<? extends Architecture> architectures,
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,
LambdaInsightsVersion insightsVersion,
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(DockerImageCode code,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
List<? extends Architecture> architectures,
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,
LambdaInsightsVersion insightsVersion,
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
DockerImageFunctionProps.Builder. |
Jsii$Proxy(String uuid,
String lambdaPurpose,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
List<? extends Architecture> architectures,
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,
LambdaInsightsVersion insightsVersion,
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. |
Copyright © 2021. All rights reserved.