GetContainerRecipesPlainArgs

data class GetContainerRecipesPlainArgs(val filters: List<GetContainerRecipesFilter>? = null, val owner: String? = null) : ConvertibleToJava<GetContainerRecipesPlainArgs>

A collection of arguments for invoking getContainerRecipes.

Constructors

Link copied to clipboard
constructor(filters: List<GetContainerRecipesFilter>? = null, owner: String? = null)

Properties

Link copied to clipboard

Configuration block(s) for filtering. Detailed below.

Link copied to clipboard
val owner: String? = null

Owner of the container recipes. Valid values are Self, Shared and Amazon. Defaults to Self.

Functions

Link copied to clipboard
open override fun toJava(): GetContainerRecipesPlainArgs