data class PolicyRuleRetentionRuleArgs(val advancedRetentionType: Output<String>? = null, val retention: Output<Int>? = null) : ConvertibleToJava<PolicyRuleRetentionRuleArgs>
Valid values: annually, MONTHLY, and WEEKLY:- annually: the first backup of each year. - MONTHLY: The first backup of the month. - WEEKLY: The first backup of the week. - DAILY: The first backup of the day.