AwsEcsContainerDetails

Provides information about an Amazon ECS container.

Types

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

Properties

Link copied to clipboard

The image used for the container.

Link copied to clipboard

The mount points for data volumes in your container.

Link copied to clipboard
val name: String?

The name of the container.

Link copied to clipboard

When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).

Functions

Link copied to clipboard
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