getContainerRecipe
inline suspend fun ImagebuilderClient.getContainerRecipe(crossinline block: GetContainerRecipeRequest.Builder.() -> Unit): GetContainerRecipeResponse
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"
}Content copied to clipboard