LifecyclePolicyResourceSelection

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of recipe that are used as selection criteria for the output images that the lifecycle policy applies to. Detailed below.

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

A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.