LifecyclePolicyResourceSelectionRecipeArgs

data class LifecyclePolicyResourceSelectionRecipeArgs(val name: Output<String>, val semanticVersion: Output<String>) : ConvertibleToJava<LifecyclePolicyResourceSelectionRecipeArgs>

Constructors

constructor(name: Output<String>, semanticVersion: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of an Image Builder recipe that the lifecycle policy uses for resource selection.

Link copied to clipboard
val semanticVersion: Output<String>

The version of the Image Builder recipe specified by the name field.

Functions

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