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.Methods in software.amazon.awscdk.services.ec2 with parameters of type IVPCPeeringConnectionRefModifier and TypeMethodDescriptionstatic StringCfnVPCPeeringConnection.arnForVPCPeeringConnection(IVPCPeeringConnectionRef resource) CfnRoute.Builder.vpcPeeringConnectionId(IVPCPeeringConnectionRef vpcPeeringConnectionId) The ID of a VPC peering connection.CfnRouteProps.Builder.vpcPeeringConnectionId(IVPCPeeringConnectionRef vpcPeeringConnectionId) Sets the value ofCfnRouteProps.getVpcPeeringConnectionId()