getContainerRecipe

Retrieves a container recipe.

Samples

// The following example retrieves the details of the specified container recipe.
val resp = imagebuilderClient.getContainerRecipe {
    containerRecipeArn = "arn:aws:imagebuilder:us-west-2:111122223333:container-recipe/my-example-container-recipe/1.0.0"
}