LifecyclePolicyRecipeSelectionArgs

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

The recipe to apply the lifecycle policy for.

Constructors

Link copied to clipboard
constructor(name: Output<String>, semanticVersion: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The recipe name.

Link copied to clipboard
val semanticVersion: Output<String>

The recipe version.

Functions

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