#[non_exhaustive]pub struct DestinationPortMapping { /* private fields */ }Expand description
The port mappings for a specified endpoint IP address (destination).
Implementations
sourceimpl DestinationPortMapping
impl DestinationPortMapping
sourcepub fn accelerator_arn(&self) -> Option<&str>
pub fn accelerator_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the custom routing accelerator that you have port mappings for.
sourcepub fn accelerator_socket_addresses(&self) -> Option<&[SocketAddress]>
pub fn accelerator_socket_addresses(&self) -> Option<&[SocketAddress]>
The IP address/port combinations (sockets) that map to a given destination socket address.
sourcepub fn endpoint_group_arn(&self) -> Option<&str>
pub fn endpoint_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the endpoint group.
sourcepub fn endpoint_id(&self) -> Option<&str>
pub fn endpoint_id(&self) -> Option<&str>
The ID for the virtual private cloud (VPC) subnet.
sourcepub fn endpoint_group_region(&self) -> Option<&str>
pub fn endpoint_group_region(&self) -> Option<&str>
The Amazon Web Services Region for the endpoint group.
sourcepub fn destination_socket_address(&self) -> Option<&SocketAddress>
pub fn destination_socket_address(&self) -> Option<&SocketAddress>
The endpoint IP address/port combination for traffic received on the accelerator socket address.
sourcepub fn ip_address_type(&self) -> Option<&IpAddressType>
pub fn ip_address_type(&self) -> Option<&IpAddressType>
The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.
sourcepub fn destination_traffic_state(
&self
) -> Option<&CustomRoutingDestinationTrafficState>
pub fn destination_traffic_state(
&self
) -> Option<&CustomRoutingDestinationTrafficState>
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.
sourceimpl DestinationPortMapping
impl DestinationPortMapping
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DestinationPortMapping.
Trait Implementations
sourceimpl Clone for DestinationPortMapping
impl Clone for DestinationPortMapping
sourcefn clone(&self) -> DestinationPortMapping
fn clone(&self) -> DestinationPortMapping
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more