PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::ECS::Task; use Moose; has Attachments => (is => 'ro', isa => 'ArrayRef[Paws::ECS::Attachment]', request_name => 'attachments', traits => ['NameInRequest']); has Attributes => (is => 'ro', isa => 'ArrayRef[Paws::ECS::Attribute]', request_name => 'attributes', traits => ['NameInRequest']); has AvailabilityZone => (is => 'ro', isa => 'Str', request_name => 'availabilityZone', traits => ['NameInRequest']); has CapacityProviderName => (is => 'ro', isa => 'Str', request_name => 'capacityProviderName', traits => ['NameInRequest']); has ClusterArn => (is => 'ro', isa => 'Str', request_name => 'clusterArn', traits => ['NameInRequest']); has Connectivity => (is => 'ro', isa => 'Str', request_name => 'connectivity', traits => ['NameInRequest']); has ConnectivityAt => (is => 'ro', isa => 'Str', request_name => 'connectivityAt', traits => ['NameInRequest']); has ContainerInstanceArn => (is => 'ro', isa => 'Str', request_name => 'containerInstanceArn', traits => ['NameInRequest']); has Containers => (is => 'ro', isa => 'ArrayRef[Paws::ECS::Container]', request_name => 'containers', traits => ['NameInRequest']); has Cpu => (is => 'ro', isa => 'Str', request_name => 'cpu', traits => ['NameInRequest']); has CreatedAt => (is => 'ro', isa => 'Str', request_name => 'createdAt', traits => ['NameInRequest']); has DesiredStatus => (is => 'ro', isa => 'Str', request_name => 'desiredStatus', traits => ['NameInRequest']); has EnableExecuteCommand => (is => 'ro', isa => 'Bool', request_name => 'enableExecuteCommand', traits => ['NameInRequest']); has EphemeralStorage => (is => 'ro', isa => 'Paws::ECS::EphemeralStorage', request_name => 'ephemeralStorage', traits => ['NameInRequest']); has ExecutionStoppedAt => (is => 'ro', isa => 'Str', request_name => 'executionStoppedAt', traits => ['NameInRequest']); has Group => (is => 'ro', isa => 'Str', request_name => 'group', traits => ['NameInRequest']); has HealthStatus => (is => 'ro', isa => 'Str', request_name => 'healthStatus', traits => ['NameInRequest']); has InferenceAccelerators => (is => 'ro', isa => 'ArrayRef[Paws::ECS::InferenceAccelerator]', request_name => 'inferenceAccelerators', traits => ['NameInRequest']); has LastStatus => (is => 'ro', isa => 'Str', request_name => 'lastStatus', traits => ['NameInRequest']); has LaunchType => (is => 'ro', isa => 'Str', request_name => 'launchType', traits => ['NameInRequest']); has Memory => (is => 'ro', isa => 'Str', request_name => 'memory', traits => ['NameInRequest']); has Overrides => (is => 'ro', isa => 'Paws::ECS::TaskOverride', request_name => 'overrides', traits => ['NameInRequest']); has PlatformVersion => (is => 'ro', isa => 'Str', request_name => 'platformVersion', traits => ['NameInRequest']); has PullStartedAt => (is => 'ro', isa => 'Str', request_name => 'pullStartedAt', traits => ['NameInRequest']); has PullStoppedAt => (is => 'ro', isa => 'Str', request_name => 'pullStoppedAt', traits => ['NameInRequest']); has StartedAt => (is => 'ro', isa => 'Str', request_name => 'startedAt', traits => ['NameInRequest']); has StartedBy => (is => 'ro', isa => 'Str', request_name => 'startedBy', traits => ['NameInRequest']); has StopCode => (is => 'ro', isa => 'Str', request_name => 'stopCode', traits => ['NameInRequest']); has StoppedAt => (is => 'ro', isa => 'Str', request_name => 'stoppedAt', traits => ['NameInRequest']); has StoppedReason => (is => 'ro', isa => 'Str', request_name => 'stoppedReason', traits => ['NameInRequest']); has StoppingAt => (is => 'ro', isa => 'Str', request_name => 'stoppingAt', traits => ['NameInRequest']); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::ECS::Tag]', request_name => 'tags', traits => ['NameInRequest']); has TaskArn => (is => 'ro', isa => 'Str', request_name => 'taskArn', traits => ['NameInRequest']); has TaskDefinitionArn => (is => 'ro', isa => 'Str', request_name => 'taskDefinitionArn', traits => ['NameInRequest']); has Version => (is => 'ro', isa => 'Int', request_name => 'version', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::ECS::Task =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ECS::Task object: $service_obj->Method(Att1 => { Attachments => $value, ..., Version => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ECS::Task object: $result = $service_obj->Method(...); $result->Att1->Attachments =head1 DESCRIPTION Details on a task in a cluster. =head1 ATTRIBUTES =head2 Attachments => ArrayRef[L] The Elastic Network Adapter associated with the task if the task uses the C network mode. =head2 Attributes => ArrayRef[L] The attributes of the task =head2 AvailabilityZone => Str The availability zone of the task. =head2 CapacityProviderName => Str The capacity provider associated with the task. =head2 ClusterArn => Str The ARN of the cluster that hosts the task. =head2 Connectivity => Str The connectivity status of a task. =head2 ConnectivityAt => Str The Unix timestamp for when the task last went into C status. =head2 ContainerInstanceArn => Str The ARN of the container instances that host the task. =head2 Containers => ArrayRef[L] The containers associated with the task. =head2 Cpu => Str The number of CPU units used by the task as expressed in a task definition. It can be expressed as an integer using CPU units, for example C<1024>. It can also be expressed as a string using vCPUs, for example C<1 vCPU> or C<1 vcpu>. String values are converted to an integer indicating the CPU units when the task definition is registered. If you are using the EC2 launch type, this field is optional. Supported values are between C<128> CPU units (C<0.125> vCPUs) and C<10240> CPU units (C<10> vCPUs). If you are using the Fargate launch type, this field is required and you must use one of the following values, which determines your range of supported values for the C parameter: =over =item * 256 (.25 vCPU) - Available C values: 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB) =item * 512 (.5 vCPU) - Available C values: 1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB) =item * 1024 (1 vCPU) - Available C values: 2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB) =item * 2048 (2 vCPU) - Available C values: Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB) =item * 4096 (4 vCPU) - Available C values: Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB) =back =head2 CreatedAt => Str The Unix timestamp for when the task was created (the task entered the C state). =head2 DesiredStatus => Str The desired status of the task. For more information, see Task Lifecycle (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-lifecycle.html). =head2 EnableExecuteCommand => Bool Whether or not execute command functionality is enabled for this task. If C, this enables execute command functionality on all containers in the task. =head2 EphemeralStorage => L The ephemeral storage settings for the task. =head2 ExecutionStoppedAt => Str The Unix timestamp for when the task execution stopped. =head2 Group => Str The name of the task group associated with the task. =head2 HealthStatus => Str The health status for the task, which is determined by the health of the essential containers in the task. If all essential containers in the task are reporting as C, then the task status also reports as C. If any essential containers in the task are reporting as C or C, then the task status also reports as C or C, accordingly. The Amazon ECS container agent does not monitor or report on Docker health checks that are embedded in a container image (such as those specified in a parent image or from the image's Dockerfile) and not specified in the container definition. Health check parameters that are specified in a container definition override any Docker health checks that exist in the container image. =head2 InferenceAccelerators => ArrayRef[L] The Elastic Inference accelerator associated with the task. =head2 LastStatus => Str The last known status of the task. For more information, see Task Lifecycle (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-lifecycle.html). =head2 LaunchType => Str The infrastructure on which your task is running. For more information, see Amazon ECS launch types (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the I. =head2 Memory => Str The amount of memory (in MiB) used by the task as expressed in a task definition. It can be expressed as an integer using MiB, for example C<1024>. It can also be expressed as a string using GB, for example C<1GB> or C<1 GB>. String values are converted to an integer indicating the MiB when the task definition is registered. If you are using the EC2 launch type, this field is optional. If you are using the Fargate launch type, this field is required and you must use one of the following values, which determines your range of supported values for the C parameter: =over =item * 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB) - Available C values: 256 (.25 vCPU) =item * 1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB) - Available C values: 512 (.5 vCPU) =item * 2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB) - Available C values: 1024 (1 vCPU) =item * Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB) - Available C values: 2048 (2 vCPU) =item * Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB) - Available C values: 4096 (4 vCPU) =back =head2 Overrides => L One or more container overrides. =head2 PlatformVersion => Str The platform version on which your task is running. A platform version is only specified for tasks using the Fargate launch type. If one is not specified, the C platform version is used by default. For more information, see AWS Fargate Platform Versions (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html) in the I. =head2 PullStartedAt => Str The Unix timestamp for when the container image pull began. =head2 PullStoppedAt => Str The Unix timestamp for when the container image pull completed. =head2 StartedAt => Str The Unix timestamp for when the task started (the task transitioned from the C state to the C state). =head2 StartedBy => Str The tag specified when a task is started. If the task is started by an Amazon ECS service, then the C parameter contains the deployment ID of the service that starts it. =head2 StopCode => Str The stop code indicating why a task was stopped. The C may contain additional details. =head2 StoppedAt => Str The Unix timestamp for when the task was stopped (the task transitioned from the C state to the C state). =head2 StoppedReason => Str The reason that the task was stopped. =head2 StoppingAt => Str The Unix timestamp for when the task stops (transitions from the C state to C). =head2 Tags => ArrayRef[L] The metadata that you apply to the task to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags: =over =item * Maximum number of tags per resource - 50 =item * For each resource, each tag key must be unique, and each tag key can have only one value. =item * Maximum key length - 128 Unicode characters in UTF-8 =item * Maximum value length - 256 Unicode characters in UTF-8 =item * If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @. =item * Tag keys and values are case-sensitive. =item * Do not use C, C, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit. =back =head2 TaskArn => Str The Amazon Resource Name (ARN) of the task. =head2 TaskDefinitionArn => Str The ARN of the task definition that creates the task. =head2 Version => Int The version counter for the task. Every time a task experiences a change that triggers a CloudWatch event, the version counter is incremented. If you are replicating your Amazon ECS task state with CloudWatch Events, you can compare the version of a task reported by the Amazon ECS API actions with the version reported in CloudWatch Events for the task (inside the C object) to verify that the version in your event stream is current. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut