HostedZoneVpcArgs

data class HostedZoneVpcArgs(val vpcId: Output<String>, val vpcRegion: Output<String>) : ConvertibleToJava<HostedZoneVpcArgs>

A complex type that contains information about an Amazon VPC. Route 53 Resolver uses the records in the private hosted zone to route traffic in that VPC.

Constructors

Link copied to clipboard
fun HostedZoneVpcArgs(vpcId: Output<String>, vpcRegion: Output<String>)

Functions

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

Properties

Link copied to clipboard
val vpcId: Output<String>

The ID of an Amazon VPC.

Link copied to clipboard
val vpcRegion: Output<String>

The region that an Amazon VPC was created in. See https://docs.aws.amazon.com/general/latest/gr/rande.html for a list of up to date regions.