RuleAttachmentArgs

data class RuleAttachmentArgs(val ruleId: Output<String>? = null, val vpcs: Output<List<RuleAttachmentVpcArgs>>? = null) : ConvertibleToJava<RuleAttachmentArgs>

Provides a Private Zone Rule Attachment resource. For information about Private Zone Rule Attachment and how to use it, see What is Rule Attachment.

NOTE: Available since v1.143.0.

Import

Private Zone Rule Attachment can be imported using the id, e.g.

$ pulumi import alicloud:pvtz/ruleAttachment:RuleAttachment example <rule_id>

Constructors

Link copied to clipboard
constructor(ruleId: Output<String>? = null, vpcs: Output<List<RuleAttachmentVpcArgs>>? = null)

Properties

Link copied to clipboard
val ruleId: Output<String>? = null

The ID of the rule.

Link copied to clipboard
val vpcs: Output<List<RuleAttachmentVpcArgs>>? = null

The List of the VPC. See vpcs below.

Functions

Link copied to clipboard
open override fun toJava(): RuleAttachmentArgs