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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a VPC endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The date and time the VPC endpoint was created.

Returns:

  • (Time)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#dns_entriesArray<Types::DnsEntry>

(Interface endpoint) The DNS entries for the endpoint.

Returns:



37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#groupsArray<Types::SecurityGroupIdentifier>

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

Returns:



37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#network_interface_idsArray<String>

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

Returns:

  • (Array<String>)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#policy_documentString

The policy document associated with the endpoint, if applicable.

Returns:

  • (String)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#private_dns_enabledBoolean

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

Returns:

  • (Boolean)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#route_table_idsArray<String>

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

Returns:

  • (Array<String>)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#service_nameString

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

Returns:

  • (String)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#stateString

The state of the VPC endpoint.

Returns:

  • (String)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#subnet_idsArray<String>

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

Returns:

  • (Array<String>)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#vpc_endpoint_idString

The ID of the VPC endpoint.

Returns:

  • (String)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#vpc_endpoint_typeString

The type of endpoint.

Returns:

  • (String)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end

#vpc_idString

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

Returns:

  • (String)


37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
37249
37250
37251
37252
37253
37254
# File 'lib/aws-sdk-ec2/types.rb', line 37239

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_type,
  :vpc_id,
  :service_name,
  :state,
  :policy_document,
  :route_table_ids,
  :subnet_ids,
  :groups,
  :private_dns_enabled,
  :network_interface_ids,
  :dns_entries,
  :creation_timestamp)
  include Aws::Structure
end