Vpc Peering Connection Args
data class VpcPeeringConnectionArgs(val peerOwnerId: Output<String>? = null, val peerRegion: Output<String>? = null, val peerRoleArn: Output<String>? = null, val peerVpcId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<VpcPeeringConnectionArgs>
Resource Type definition for AWS::EC2::VPCPeeringConnection
Constructors
Properties
Link copied to clipboard
The AWS account ID of the owner of the accepter VPC.
Link copied to clipboard
The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.
Link copied to clipboard
The Amazon Resource Name (ARN) of the VPC peer role for the peering connection in another AWS account.