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 InstanceArchitectureReturns 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 InstanceArchitectureBottleRocketImageProps.getArchitecture()The CPU architecture.final InstanceArchitectureBottleRocketImageProps.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()