listContainerRecipes

Returns a list of container recipes.

Samples

// The following example lists the container recipes that you own.
val resp = imagebuilderClient.listContainerRecipes {
    owner = Ownership.fromValue("Self")
}