LifecyclePolicyResourceSelection

data class LifecyclePolicyResourceSelection(val recipes: List<LifecyclePolicyRecipeSelection>? = null, val tagMap: Map<String, String>? = null)

The resource selection for the lifecycle policy.

Constructors

Link copied to clipboard
constructor(recipes: List<LifecyclePolicyRecipeSelection>? = null, tagMap: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The recipes to select.

Link copied to clipboard
val tagMap: Map<String, String>? = null

The Image Builder resources to select by tag.