Sub Protection Policy Args
data class SubProtectionPolicyArgs(val policyType: Output<Either<String, PolicyType>>? = null, val retentionPolicy: Output<Either<LongTermRetentionPolicyArgs, SimpleRetentionPolicyArgs>>? = null, val schedulePolicy: Output<Any>? = null) : ConvertibleToJava<SubProtectionPolicyArgs>
Sub-protection policy which includes schedule and retention
Constructors
Link copied to clipboard
constructor(policyType: Output<Either<String, PolicyType>>? = null, retentionPolicy: Output<Either<LongTermRetentionPolicyArgs, SimpleRetentionPolicyArgs>>? = null, schedulePolicy: Output<Any>? = null)