Uses of Interface
software.amazon.awscdk.services.ecs.CfnTaskDefinition.RuntimePlatformProperty
Packages that use CfnTaskDefinition.RuntimePlatformProperty
-
Uses of CfnTaskDefinition.RuntimePlatformProperty in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement CfnTaskDefinition.RuntimePlatformPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnTaskDefinition.RuntimePlatformPropertyMethods in software.amazon.awscdk.services.ecs that return CfnTaskDefinition.RuntimePlatformPropertyModifier and TypeMethodDescriptionCfnTaskDefinition.RuntimePlatformProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ecs with parameters of type CfnTaskDefinition.RuntimePlatformPropertyModifier and TypeMethodDescriptionCfnTaskDefinition.Builder.runtimePlatform(CfnTaskDefinition.RuntimePlatformProperty runtimePlatform) The operating system that your tasks definitions run on.CfnTaskDefinitionProps.Builder.runtimePlatform(CfnTaskDefinition.RuntimePlatformProperty runtimePlatform) Sets the value ofCfnTaskDefinitionProps.getRuntimePlatform()voidCfnTaskDefinition.setRuntimePlatform(CfnTaskDefinition.RuntimePlatformProperty value) The operating system that your tasks definitions run on.