enum InstanceArchitecture
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.InstanceArchitecture |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#InstanceArchitecture |
Java | software.amazon.awscdk.services.ec2.InstanceArchitecture |
Python | aws_cdk.aws_ec2.InstanceArchitecture |
TypeScript (source) | aws-cdk-lib » aws_ec2 » InstanceArchitecture |
Identifies an instance's CPU architecture.
Members
| Name | Description |
|---|---|
| ARM_64 | ARM64 architecture. |
| X86_64 | x86-64 architecture. |
ARM_64
ARM64 architecture.
X86_64
x86-64 architecture.

.NET
Go
Java
Python
TypeScript (