Uses of Interface
software.amazon.awscdk.services.ecs.RuntimePlatform
Packages that use RuntimePlatform
-
Uses of RuntimePlatform in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement RuntimePlatformMethods in software.amazon.awscdk.services.ecs that return RuntimePlatformModifier and TypeMethodDescriptionRuntimePlatform.Builder.build()Builds the configured instance.default RuntimePlatformFargateTaskDefinitionProps.getRuntimePlatform()The operating system that your task definitions are running on.final RuntimePlatformFargateTaskDefinitionProps.Jsii$Proxy.getRuntimePlatform()default RuntimePlatformTaskDefinitionProps.getRuntimePlatform()The operating system that your task definitions are running on.final RuntimePlatformTaskDefinitionProps.Jsii$Proxy.getRuntimePlatform()Methods in software.amazon.awscdk.services.ecs with parameters of type RuntimePlatformModifier and TypeMethodDescriptionFargateTaskDefinition.Builder.runtimePlatform(RuntimePlatform runtimePlatform) The operating system that your task definitions are running on.FargateTaskDefinitionProps.Builder.runtimePlatform(RuntimePlatform runtimePlatform) Sets the value ofFargateTaskDefinitionProps.getRuntimePlatform()TaskDefinition.Builder.runtimePlatform(RuntimePlatform runtimePlatform) The operating system that your task definitions are running on.TaskDefinitionProps.Builder.runtimePlatform(RuntimePlatform runtimePlatform) Sets the value ofTaskDefinitionProps.getRuntimePlatform()