ContainerRecipeSummary

A summary of a container recipe

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the container recipe.

Link copied to clipboard

Specifies the type of container, such as "Docker".

Link copied to clipboard

The date when this container recipe was created.

Link copied to clipboard
val name: String?

The name of the container recipe.

Link copied to clipboard

The owner of the container recipe.

Link copied to clipboard

The base image for the container recipe.

Link copied to clipboard

The system platform for the container, such as Windows or Linux.

Link copied to clipboard

Tags that are attached to the container recipe.

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