Deploy Policy Args
constructor(annotations: Output<Map<String, String>>? = null, description: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, rules: Output<List<DeployPolicyRuleArgs>>? = null, selectors: Output<List<DeployPolicySelectorArgs>>? = null, suspended: Output<Boolean>? = null)