ImageRecipe

An image recipe.

Types

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

Properties

Link copied to clipboard

Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration. Instance configuration adds a layer of control over those instances. You can define settings and add scripts to run when an instance is launched from your AMI.

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

The block device mappings to apply when creating images from this recipe.

Link copied to clipboard

The components that are included in the image 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 date on which this image recipe was created.

Link copied to clipboard

The description of the image recipe.

Link copied to clipboard
val name: String?

The name of the image recipe.

Link copied to clipboard

The owner of the image recipe.

Link copied to clipboard

The base image for customizations specified in the image recipe. You can specify the parent image using one of the following options:

Link copied to clipboard

The platform of the image recipe.

Link copied to clipboard

The tags of the image recipe.

Link copied to clipboard

Specifies which type of image is created by the recipe - an AMI or a container image.

Link copied to clipboard

The version of the image recipe.

Link copied to clipboard

The working directory to be used during build and test workflows.

Functions

Link copied to clipboard
inline fun copy(block: ImageRecipe.Builder.() -> Unit = {}): ImageRecipe
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