Azure Retention Rule Args
data class AzureRetentionRuleArgs(val isDefault: Output<Boolean>? = null, val lifecycles: Output<List<SourceLifeCycleArgs>>, val name: Output<String>, val objectType: Output<String>) : ConvertibleToJava<AzureRetentionRuleArgs>
Azure retention rule
Constructors
Link copied to clipboard
constructor(isDefault: Output<Boolean>? = null, lifecycles: Output<List<SourceLifeCycleArgs>>, name: Output<String>, objectType: Output<String>)