Class TaskDefinitionRuntimePlatform


  • public final class TaskDefinitionRuntimePlatform
    extends java.lang.Object
    • Method Detail

      • cpuArchitecture

        public java.util.Optional<java.lang.String> cpuArchitecture()
        Returns:
        Must be set to either `X86_64` or `ARM64`; see [cpu architecture](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform)
      • operatingSystemFamily

        public java.util.Optional<java.lang.String> operatingSystemFamily()
        Returns:
        If the `requires_compatibilities` is `FARGATE` this field is required; must be set to a valid option from the [operating system family in the runtime platform](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform) setting