PortMapping

Returns the ports and associated IP addresses and ports of Amazon EC2 instances in your virtual private cloud (VPC) subnets. Custom routing is a port mapping protocol in Global Accelerator that statically associates port ranges with VPC subnets, which allows Global Accelerator to route to specific instances and ports within one or more subnets.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The accelerator port.

Link copied to clipboard

The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.

Link copied to clipboard

Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination.

Link copied to clipboard

The Amazon Resource Name (ARN) of the endpoint group.

Link copied to clipboard

The IP address of the VPC subnet (the subnet ID).

Link copied to clipboard

The protocols supported by the endpoint group.

Functions

Link copied to clipboard
inline fun copy(block: PortMapping.Builder.() -> Unit = {}): PortMapping
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String