Management Policy Rule Args
    data class ManagementPolicyRuleArgs(val definition: Output<ManagementPolicyDefinitionArgs>, val enabled: Output<Boolean>? = null, val name: Output<String>, val type: Output<Either<String, RuleType>>) : ConvertibleToJava<ManagementPolicyRuleArgs> 
An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.
Constructors
Link copied to clipboard
                fun ManagementPolicyRuleArgs(definition: Output<ManagementPolicyDefinitionArgs>, enabled: Output<Boolean>? = null, name: Output<String>, type: Output<Either<String, RuleType>>)