Uses of Interface
software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions
Packages that use InterfaceVpcEndpointOptions
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of InterfaceVpcEndpointOptions in software.amazon.awscdk.services.ec2
Subinterfaces of InterfaceVpcEndpointOptions in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfaceConstruction properties for an InterfaceVpcEndpoint.Classes in software.amazon.awscdk.services.ec2 that implement InterfaceVpcEndpointOptionsModifier and TypeClassDescriptionstatic final classAn implementation forInterfaceVpcEndpointOptionsstatic final classAn implementation forInterfaceVpcEndpointPropsMethods in software.amazon.awscdk.services.ec2 that return InterfaceVpcEndpointOptionsModifier and TypeMethodDescriptionInterfaceVpcEndpointOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 with parameters of type InterfaceVpcEndpointOptionsModifier and TypeMethodDescriptionIVpc.addInterfaceEndpoint(String id, InterfaceVpcEndpointOptions options) Adds a new interface endpoint to this VPC.default InterfaceVpcEndpointIVpc.Jsii$Default.addInterfaceEndpoint(String id, InterfaceVpcEndpointOptions options) Adds a new interface endpoint to this VPC.Vpc.addInterfaceEndpoint(String id, InterfaceVpcEndpointOptions options) Adds a new interface endpoint to this VPC. -
Uses of InterfaceVpcEndpointOptions in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha with parameters of type InterfaceVpcEndpointOptionsModifier and TypeMethodDescriptionVpcV2Base.addInterfaceEndpoint(String id, InterfaceVpcEndpointOptions options) (experimental) Adds a new interface endpoint to this VPC.