Lifecycle Policy Resource Selection
data class LifecyclePolicyResourceSelection(val recipes: List<LifecyclePolicyRecipeSelection>? = null, val tagMap: Map<String, String>? = null)
The resource selection for the lifecycle policy.
Constructors
Link copied to clipboard
constructor(recipes: List<LifecyclePolicyRecipeSelection>? = null, tagMap: Map<String, String>? = null)