Rule

class Rule : KotlinCustomResource

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>

Properties

Link copied to clipboard
val endpointId: Output<String>

The ID of the Endpoint.

Link copied to clipboard

Forwarding target. See forward_ips below.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ruleName: Output<String>

The name of the resource.

Link copied to clipboard
val type: Output<String>?

The type of the rule. Valid values: OUTBOUND.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zoneName: Output<String>

The name of the forwarding zone.