GetImageRecipeResult

data class GetImageRecipeResult(val arn: String, val blockDeviceMappings: List<GetImageRecipeBlockDeviceMapping>, val components: List<GetImageRecipeComponent>, val dateCreated: String, val description: String, val id: String, val name: String, val owner: String, val parentImage: String, val platform: String, val tags: Map<String, String>? = null, val userDataBase64: String, val version: String, val workingDirectory: String)

A collection of values returned by getImageRecipe.

Constructors

Link copied to clipboard
constructor(arn: String, blockDeviceMappings: List<GetImageRecipeBlockDeviceMapping>, components: List<GetImageRecipeComponent>, dateCreated: String, description: String, id: String, name: String, owner: String, parentImage: String, platform: String, tags: Map<String, String>? = null, userDataBase64: String, version: String, workingDirectory: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

Set of objects with block device mappings for the image recipe.

Link copied to clipboard

List of objects with components for the image recipe.

Link copied to clipboard

Date the image recipe was created.

Link copied to clipboard

Description of the image recipe.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the image recipe.

Link copied to clipboard

Owner of the image recipe.

Link copied to clipboard

Base image of the image recipe.

Link copied to clipboard

Platform of the image recipe.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value map of resource tags for the image recipe.

Link copied to clipboard

Base64 encoded contents of user data. Commands or a command script to run when build instance is launched.

Link copied to clipboard

Version of the image recipe.

Link copied to clipboard

Working directory used during build and test workflows.