RuleAttachmentVpcArgs

data class RuleAttachmentVpcArgs(val regionId: Output<String>, val vpcId: Output<String>) : ConvertibleToJava<RuleAttachmentVpcArgs>

Constructors

Link copied to clipboard
constructor(regionId: Output<String>, vpcId: Output<String>)

Properties

Link copied to clipboard
val regionId: Output<String>

The region of the vpc. If not set, the current region will instead of.

Link copied to clipboard
val vpcId: Output<String>

The ID of the VPC. NOTE: The VPC that can be associated with the forwarding rule must belong to the same region as the Endpoint.

Functions

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