Rule Attachment Args
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>
Content copied to clipboard