EcsTask
Contains information about Amazon ECS task involved in a GuardDuty finding, including task definition and container identifiers.
Contents
- containerUids
-
A list of unique identifiers for the containers associated with the Amazon ECS task.
Type: Array of strings
Length Constraints: Minimum length of 0. Maximum length of 256.
Required: No
- createdAt
-
The timestamp indicating when the Amazon ECS task was created, in UTC format.
Type: Timestamp
Required: No
- launchType
-
The infrastructure type on which the Amazon ECS task runs.
Type: String
Valid Values:
FARGATE | EC2Required: No
- taskDefinitionArn
-
The ARN of task definition which describes the container and volume definitions of the Amazon ECS task.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: