LifecyclePolicyResourceSelectionArgs

data class LifecyclePolicyResourceSelectionArgs(val recipes: Output<List<LifecyclePolicyResourceSelectionRecipeArgs>>? = null, val tagMap: Output<Map<String, String>>? = null) : ConvertibleToJava<LifecyclePolicyResourceSelectionArgs>

Constructors

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

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: Output<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.

Functions

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