ArchiveRuleArgs

data class ArchiveRuleArgs(val filter: Output<List<FilterArgs>>? = null, val ruleName: Output<String>? = null) : ConvertibleToJava<ArchiveRuleArgs>

Definition of ArchiveRule

Constructors

Link copied to clipboard
constructor(filter: Output<List<FilterArgs>>? = null, ruleName: Output<String>? = null)

Properties

Link copied to clipboard
val filter: Output<List<FilterArgs>>? = null

Property filter

Link copied to clipboard
val ruleName: Output<String>? = null

The archive rule name

Functions

Link copied to clipboard
open override fun toJava(): ArchiveRuleArgs