@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-29T20:30:48.389Z") @Stability(value=Stable) public class Architecture extends software.amazon.jsii.JsiiObject
| Modifier and Type | Field and Description |
|---|---|
static Architecture |
ARM_64
64 bit architecture with the ARM instruction set.
|
static Architecture |
X86_64
64 bit architecture with x86 instruction set.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Architecture(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Architecture(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static Architecture |
custom(String name)
Used to specify a custom architecture name.
|
String |
getName()
The name of the architecture as recognized by the AWS Lambda service APIs.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final Architecture ARM_64
@Stability(value=Stable) public static final Architecture X86_64
protected Architecture(software.amazon.jsii.JsiiObjectRef objRef)
protected Architecture(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static Architecture custom(@NotNull String name)
Use this if the architecture name is not yet supported by the CDK.
name - the architecture name as recognized by AWS Lambda. This parameter is required.@Stability(value=Stable) @NotNull public String getName()
Copyright © 2021. All rights reserved.