Uses of Interface
software.amazon.awscdk.interfaces.ec2.IVPCPeeringConnectionRef
Packages that use IVPCPeeringConnectionRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IVPCPeeringConnectionRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IVPCPeeringConnectionRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVPCPeeringConnectionRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IVPCPeeringConnectionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IVPCPeeringConnectionRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IVPCPeeringConnectionRefModifier and TypeClassDescriptionclassRequests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection.Methods in software.amazon.awscdk.services.ec2 that return IVPCPeeringConnectionRefModifier and TypeMethodDescriptionstatic IVPCPeeringConnectionRefCfnVPCPeeringConnection.fromVpcPeeringConnectionId(software.constructs.Construct scope, String id, String vpcPeeringConnectionId) Creates a new IVPCPeeringConnectionRef from a vpcPeeringConnectionId.