Policy List Policy Args
data class PolicyListPolicyArgs(val allow: Output<PolicyListPolicyAllowArgs>? = null, val deny: Output<PolicyListPolicyDenyArgs>? = null, val inheritFromParent: Output<Boolean>? = null, val suggestedValue: Output<String>? = null) : ConvertibleToJava<PolicyListPolicyArgs>
Constructors
Link copied to clipboard
fun PolicyListPolicyArgs(allow: Output<PolicyListPolicyAllowArgs>? = null, deny: Output<PolicyListPolicyDenyArgs>? = null, inheritFromParent: Output<Boolean>? = null, suggestedValue: Output<String>? = null)