Deny Policy Rule Args
data class DenyPolicyRuleArgs(val denyRule: Output<DenyPolicyRuleDenyRuleArgs>? = null, val description: Output<String>? = null) : ConvertibleToJava<DenyPolicyRuleArgs>
Constructors
Link copied to clipboard
constructor(denyRule: Output<DenyPolicyRuleDenyRuleArgs>? = null, description: Output<String>? = null)