CreateImageRecipeRequest

Types

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

Properties

Link copied to clipboard

Specify additional settings and launch scripts for your build instances.

Link copied to clipboard

The block device mappings of the image recipe.

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

The components included in the image recipe.

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 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 semantic version of the image recipe. This version follows the semantic version syntax.

Link copied to clipboard

The tags of the image recipe.

Link copied to clipboard

The working directory used 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