Uses of Class
software.amazon.awscdk.services.ecs.CpuArchitecture
Packages that use CpuArchitecture
-
Uses of CpuArchitecture in software.amazon.awscdk.services.ecs
Fields in software.amazon.awscdk.services.ecs declared as CpuArchitectureModifier and TypeFieldDescriptionstatic final CpuArchitectureCpuArchitecture.ARM64ARM64.static final CpuArchitectureCpuArchitecture.X86_64X86_64.Methods in software.amazon.awscdk.services.ecs that return CpuArchitectureModifier and TypeMethodDescriptiondefault CpuArchitectureRuntimePlatform.getCpuArchitecture()The CpuArchitecture for Fargate Runtime Platform.final CpuArchitectureRuntimePlatform.Jsii$Proxy.getCpuArchitecture()static CpuArchitectureOther cpu architecture.Methods in software.amazon.awscdk.services.ecs with parameters of type CpuArchitectureModifier and TypeMethodDescriptionRuntimePlatform.Builder.cpuArchitecture(CpuArchitecture cpuArchitecture) Sets the value ofRuntimePlatform.getCpuArchitecture()