Get Image Recipe Result
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)
Properties
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
Base image of 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
Working directory used during build and test workflows.