getImageRecipe

Retrieves an image recipe.

Samples

// The following example retrieves the full definition of an image recipe, including the components it
// applies and the base image it builds on.
val resp = imagebuilderClient.getImageRecipe {
    imageRecipeArn = "arn:aws:imagebuilder:us-west-2:111122223333:image-recipe/my-example-app-recipe/1.0.0"
}