LifecyclePolicyResourceSelectionArgs

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

The resource selection for the lifecycle policy.

Constructors

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

Properties

Link copied to clipboard

The recipes to select.

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

The Image Builder resources to select by tag.

Functions

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