Uses of Enum
software.amazon.awscdk.services.ec2.InstanceArchitecture
Packages that use InstanceArchitecture
Package
Description
Amazon EC2 Construct Library
Amazon ECS Construct Library
-
Uses of InstanceArchitecture in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return InstanceArchitectureModifier and TypeMethodDescriptionInstanceType.getArchitecture()
The instance's CPU architecture.static InstanceArchitecture
Returns the enum constant of this type with the specified name.static InstanceArchitecture[]
InstanceArchitecture.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InstanceArchitecture in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return InstanceArchitectureModifier and TypeMethodDescriptiondefault InstanceArchitecture
BottleRocketImageProps.getArchitecture()
The CPU architecture.final InstanceArchitecture
BottleRocketImageProps.Jsii$Proxy.getArchitecture()
Methods in software.amazon.awscdk.services.ecs with parameters of type InstanceArchitectureModifier and TypeMethodDescriptionBottleRocketImage.Builder.architecture
(InstanceArchitecture architecture) The CPU architecture.BottleRocketImageProps.Builder.architecture
(InstanceArchitecture architecture) Sets the value ofBottleRocketImageProps.getArchitecture()