EcsTask

class EcsTask

Contains information about Amazon ECS task involved in a GuardDuty finding, including task definition and container identifiers.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of unique identifiers for the containers associated with the Amazon ECS task.

Link copied to clipboard

The timestamp indicating when the Amazon ECS task was created, in UTC format.

Link copied to clipboard

The infrastructure type on which the Amazon ECS task runs.

Link copied to clipboard

The ARN of task definition which describes the container and volume definitions of the Amazon ECS task.

Functions

Link copied to clipboard
inline fun copy(block: EcsTask.Builder.() -> Unit = {}): EcsTask
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String