Management Policy Rule Args
data class ManagementPolicyRuleArgs(val actions: Output<ManagementPolicyRuleActionsArgs>, val enabled: Output<Boolean>, val filters: Output<ManagementPolicyRuleFiltersArgs>, val name: Output<String>) : ConvertibleToJava<ManagementPolicyRuleArgs>
Constructors
Link copied to clipboard
constructor(actions: Output<ManagementPolicyRuleActionsArgs>, enabled: Output<Boolean>, filters: Output<ManagementPolicyRuleFiltersArgs>, name: Output<String>)