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

Class: Aws::EC2::Types::VpcEndpoint

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

Overview

Describes a VPC endpoint.

Returned by:

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>

(Interface endpoint) The DNS entries for the endpoint.

Returns:

  • (Array<Types::DnsEntry>)

    (Interface endpoint) The DNS entries for the endpoint.

#groupsArray<Types::SecurityGroupIdentifier>

(Interface endpoint) Information about the security groups that are associated with the network interface.

Returns:

  • (Array<Types::SecurityGroupIdentifier>)

    (Interface endpoint) Information about the security groups that are associated with the network interface.

#last_errorTypes::LastError

The last error that occurred for VPC endpoint.

Returns:

#network_interface_idsArray<String>

(Interface endpoint) One or more network interfaces for the endpoint.

Returns:

  • (Array<String>)

    (Interface endpoint) One or more network interfaces for the endpoint.

#owner_idString

The ID of the AWS account that owns the VPC endpoint.

Returns:

  • (String)

    The ID of the AWS account that owns the VPC endpoint.

#policy_documentString

The policy document associated with the endpoint, if applicable.

Returns:

  • (String)

    The policy document associated with the endpoint, if applicable.

#private_dns_enabledBoolean

(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.

Returns:

  • (Boolean)

    (Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.

#requester_managedBoolean

Indicates whether the VPC endpoint is being managed by its service.

Returns:

  • (Boolean)

    Indicates whether the VPC endpoint is being managed by its service.

#route_table_idsArray<String>

(Gateway endpoint) One or more route tables associated with the endpoint.

Returns:

  • (Array<String>)

    (Gateway endpoint) One or more route tables associated with the endpoint.

#service_nameString

The name of the service to which the endpoint is associated.

Returns:

  • (String)

    The name of the service to which the endpoint is associated.

#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.

#subnet_idsArray<String>

(Interface endpoint) One or more subnets in which the endpoint is located.

Returns:

  • (Array<String>)

    (Interface endpoint) One or more subnets in which the endpoint is located.

#tagsArray<Types::Tag>

Any tags assigned to the VPC endpoint.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the VPC endpoint.

#vpc_endpoint_idString

The ID of the VPC endpoint.

Returns:

  • (String)

    The ID of the VPC endpoint.

#vpc_endpoint_typeString

The type of endpoint.

Possible values:

  • Interface
  • Gateway
  • GatewayLoadBalancer

Returns:

  • (String)

    The type of endpoint.

#vpc_idString

The ID of the VPC to which the endpoint is associated.

Returns:

  • (String)

    The ID of the VPC to which the endpoint is associated.