Uses of Class
software.amazon.awscdk.services.ec2.alpha.VPCPeeringConnection.Builder
Packages that use VPCPeeringConnection.Builder
-
Uses of VPCPeeringConnection.Builder in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return VPCPeeringConnection.BuilderModifier and TypeMethodDescriptionVPCPeeringConnection.Builder.acceptorVpc
(IVpcV2 acceptorVpc) (experimental) The VPC that is accepting the peering connection.static VPCPeeringConnection.Builder
VPCPeeringConnection.Builder.peerRoleArn
(String peerRoleArn) (experimental) The role arn created in the acceptor account.VPCPeeringConnection.Builder.requestorVpc
(IVpcV2 requestorVpc) (experimental) The VPC that is requesting the peering connection.VPCPeeringConnection.Builder.vpcPeeringConnectionName
(String vpcPeeringConnectionName) (experimental) The resource name of the peering connection.