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<VpcPeeringConnectionTagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<VpcPeeringConnectionArgs>
Resource Type definition for AWS::EC2::VPCPeeringConnection
Constructors
Link copied to clipboard
fun VpcPeeringConnectionArgs(peerOwnerId: Output<String>? = null, peerRegion: Output<String>? = null, peerRoleArn: Output<String>? = null, peerVpcId: Output<String>? = null, tags: Output<List<VpcPeeringConnectionTagArgs>>? = null, vpcId: Output<String>? = null)