You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::VpcEndpointConnection

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a VPC endpoint connection to a service.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The date and time that the VPC endpoint was created.

Returns:

  • (Time)

    The date and time that the VPC endpoint was created.

#dns_entriesArray<Types::DnsEntry>

The DNS entries for the VPC endpoint.

Returns:

#gateway_load_balancer_arnsArray<String>

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

Returns:

  • (Array<String>)

    The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

#network_load_balancer_arnsArray<String>

The Amazon Resource Names (ARNs) of the network load balancers for the service.

Returns:

  • (Array<String>)

    The Amazon Resource Names (ARNs) of the network load balancers for the service.

#service_idString

The ID of the service to which the endpoint is connected.

Returns:

  • (String)

    The ID of the service to which the endpoint is connected.

#vpc_endpoint_idString

The ID of the VPC endpoint.

Returns:

  • (String)

    The ID of the VPC endpoint.

#vpc_endpoint_ownerString

The AWS account ID of the owner of the VPC endpoint.

Returns:

  • (String)

    The AWS account ID of the owner of the VPC endpoint.

#vpc_endpoint_stateString

The state of the VPC endpoint.

Possible values:

  • PendingAcceptance
  • Pending
  • Available
  • Deleting
  • Deleted
  • Rejected
  • Failed
  • Expired

Returns:

  • (String)

    The state of the VPC endpoint.