Uses of Interface
software.amazon.awscdk.services.globalaccelerator.IEndpoint
Packages that use IEndpoint
Package
Description
AWS::GlobalAccelerator Construct Library
Endpoints for AWS Global Accelerator
-
Uses of IEndpoint in software.amazon.awscdk.services.globalaccelerator
Subinterfaces of IEndpoint in software.amazon.awscdk.services.globalacceleratorModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEndpoint.Classes in software.amazon.awscdk.services.globalaccelerator that implement IEndpointModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classUntyped endpoint implementation.Methods in software.amazon.awscdk.services.globalaccelerator that return types with arguments of type IEndpointModifier and TypeMethodDescriptionEndpointGroup.getEndpoints()The array of the endpoints in this endpoint group.EndpointGroupOptions.getEndpoints()Initial list of endpoints for this group.EndpointGroupOptions.Jsii$Proxy.getEndpoints()EndpointGroupProps.Jsii$Proxy.getEndpoints()Methods in software.amazon.awscdk.services.globalaccelerator with parameters of type IEndpointModifier and TypeMethodDescriptionvoidEndpointGroup.addEndpoint(IEndpoint endpoint) Add an endpoint.Method parameters in software.amazon.awscdk.services.globalaccelerator with type arguments of type IEndpointModifier and TypeMethodDescriptionInitial list of endpoints for this group.Sets the value ofEndpointGroupOptions.getEndpoints()Sets the value ofEndpointGroupOptions.getEndpoints() -
Uses of IEndpoint in software.amazon.awscdk.services.globalaccelerator.endpoints
Classes in software.amazon.awscdk.services.globalaccelerator.endpoints that implement IEndpointModifier and TypeClassDescriptionclassUse an Application Load Balancer as a Global Accelerator Endpoint.classUse an EC2 Instance as a Global Accelerator Endpoint.classUse an EC2 Instance as a Global Accelerator Endpoint.classUse a Network Load Balancer as a Global Accelerator Endpoint.