CreateContainerRecipeRequest

Types

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

Properties

Link copied to clipboard

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

Link copied to clipboard

Components for build and test that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.

Link copied to clipboard

The type of container to create.

Link copied to clipboard

The description of the container recipe.

Link copied to clipboard

The Dockerfile template used to build your image as an inline data blob.

Link copied to clipboard

The Amazon S3 URI for the Dockerfile that will be used to build your container image.

Link copied to clipboard

Specifies the operating system version for the base image.

Link copied to clipboard

A group of options that can be used to configure an instance for building and testing container images.

Link copied to clipboard

Identifies which KMS key is used to encrypt the Dockerfile template.

Link copied to clipboard
val name: String?

The name of the container recipe.

Link copied to clipboard

The base image for the container recipe.

Link copied to clipboard

Specifies the operating system platform when you use a custom base image.

Link copied to clipboard

The semantic version of the container recipe. This version follows the semantic version syntax.

Link copied to clipboard

Tags that are attached to the container recipe.

Link copied to clipboard

The destination repository for the container image.

Link copied to clipboard

The working directory for use during build and test workflows.

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