Lifecycle Policy Resource Selection
data class LifecyclePolicyResourceSelection(val recipes: List<LifecyclePolicyResourceSelectionRecipe>? = null, val tagMap: Map<String, String>? = null)
Constructors
Link copied to clipboard
constructor(recipes: List<LifecyclePolicyResourceSelectionRecipe>? = null, tagMap: Map<String, String>? = null)