Class PipeTargetParametersEcsTaskParametersOverridesArgs


  • public final class PipeTargetParametersEcsTaskParametersOverridesArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • cpu

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> cpu()
        Returns:
        The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.
      • executionRoleArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> executionRoleArn()
        Returns:
        The Amazon Resource Name (ARN) of the task execution IAM role override for the task.
      • memory

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> memory()
        Returns:
        The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.
      • taskRoleArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> taskRoleArn()
        Returns:
        The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role.