Uses of Interface
software.amazon.awscdk.interfaces.ec2.IVPNGatewayRef
Packages that use IVPNGatewayRef
Package
Description
AWS::DirectConnect Construct Library
Amazon EC2 Construct Library
-
Uses of IVPNGatewayRef in software.amazon.awscdk.cfnpropertymixins.services.directconnect
Methods in software.amazon.awscdk.cfnpropertymixins.services.directconnect with parameters of type IVPNGatewayRefModifier and TypeMethodDescriptionCfnDirectConnectGatewayAssociationMixinProps.Builder.associatedGatewayId(IVPNGatewayRef associatedGatewayId) Sets the value ofCfnDirectConnectGatewayAssociationMixinProps.getAssociatedGatewayId()CfnDirectConnectGatewayAssociationPropsMixin.Builder.associatedGatewayId(IVPNGatewayRef associatedGatewayId) -
Uses of IVPNGatewayRef in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type IVPNGatewayRefModifier and TypeMethodDescriptionCfnGatewayRouteTableAssociationMixinProps.Builder.gatewayId(IVPNGatewayRef gatewayId) Sets the value ofCfnGatewayRouteTableAssociationMixinProps.getGatewayId()CfnGatewayRouteTableAssociationPropsMixin.Builder.gatewayId(IVPNGatewayRef gatewayId) The ID of the gateway.CfnRouteMixinProps.Builder.gatewayId(IVPNGatewayRef gatewayId) Sets the value ofCfnRouteMixinProps.getGatewayId()CfnRoutePropsMixin.Builder.gatewayId(IVPNGatewayRef gatewayId) The ID of an internet gateway or virtual private gateway attached to your VPC.CfnVPCGatewayAttachmentMixinProps.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) Sets the value ofCfnVPCGatewayAttachmentMixinProps.getVpnGatewayId()CfnVPCGatewayAttachmentPropsMixin.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) The ID of the virtual private gateway.CfnVPNConnectionMixinProps.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) Sets the value ofCfnVPNConnectionMixinProps.getVpnGatewayId()CfnVPNConnectionPropsMixin.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) The ID of the virtual private gateway at the AWS side of the VPN connection. -
Uses of IVPNGatewayRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IVPNGatewayRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVPNGatewayRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IVPNGatewayRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IVPNGatewayRef in software.amazon.awscdk.services.directconnect
Methods in software.amazon.awscdk.services.directconnect with parameters of type IVPNGatewayRefModifier and TypeMethodDescriptionCfnDirectConnectGatewayAssociation.Builder.associatedGatewayId(IVPNGatewayRef associatedGatewayId) CfnDirectConnectGatewayAssociationProps.Builder.associatedGatewayId(IVPNGatewayRef associatedGatewayId) Sets the value ofCfnDirectConnectGatewayAssociationProps.getAssociatedGatewayId() -
Uses of IVPNGatewayRef in software.amazon.awscdk.services.ec2
Subinterfaces of IVPNGatewayRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfaceThe virtual private gateway interface.static interfaceInternal default implementation forIVpnGateway.Classes in software.amazon.awscdk.services.ec2 that implement IVPNGatewayRefModifier and TypeClassDescriptionclassSpecifies a virtual private gateway.static final classA proxy class which represents a concrete javascript instance of this type.classThe VPN Gateway that shall be added to the VPC.Methods in software.amazon.awscdk.services.ec2 that return IVPNGatewayRefModifier and TypeMethodDescriptionstatic IVPNGatewayRefCfnVPNGateway.fromVpnGatewayId(software.constructs.Construct scope, String id, String vpnGatewayId) Creates a new IVPNGatewayRef from a vpnGatewayId.Methods in software.amazon.awscdk.services.ec2 with parameters of type IVPNGatewayRefModifier and TypeMethodDescriptionstatic StringCfnVPNGateway.arnForVPNGateway(IVPNGatewayRef resource) CfnGatewayRouteTableAssociation.Builder.gatewayId(IVPNGatewayRef gatewayId) The ID of the gateway.CfnGatewayRouteTableAssociationProps.Builder.gatewayId(IVPNGatewayRef gatewayId) Sets the value ofCfnGatewayRouteTableAssociationProps.getGatewayId()CfnRoute.Builder.gatewayId(IVPNGatewayRef gatewayId) The ID of an internet gateway or virtual private gateway attached to your VPC.CfnRouteProps.Builder.gatewayId(IVPNGatewayRef gatewayId) Sets the value ofCfnRouteProps.getGatewayId()CfnVPCGatewayAttachment.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) The ID of the virtual private gateway.CfnVPCGatewayAttachmentProps.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) Sets the value ofCfnVPCGatewayAttachmentProps.getVpnGatewayId()CfnVPNConnection.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) The ID of the virtual private gateway at the AWS side of the VPN connection.CfnVPNConnectionProps.Builder.vpnGatewayId(IVPNGatewayRef vpnGatewayId) Sets the value ofCfnVPNConnectionProps.getVpnGatewayId()