Rule Args
data class RuleArgs(val endpointId: Output<String>? = null, val forwardIps: Output<List<RuleForwardIpArgs>>? = null, val ruleName: Output<String>? = null, val type: Output<String>? = null, val zoneName: Output<String>? = null) : ConvertibleToJava<RuleArgs>
Provides a Private Zone Rule resource. For information about Private Zone Rule and how to use it, see What is Rule.
NOTE: Available since v1.143.0.
Import
Private Zone Rule can be imported using the id, e.g.
$ pulumi import alicloud:pvtz/rule:Rule example <id>
Content copied to clipboard