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