Class: Aws::ElasticsearchService::Types::VpcEndpoint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

The connection endpoint for connecting to an Amazon OpenSearch Service domain through a proxy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arnString

The Amazon Resource Name (ARN) of the domain associated with the endpoint.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4625

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :domain_arn,
  :vpc_options,
  :status,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The connection endpoint ID for connecting to the domain.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4625

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :domain_arn,
  :vpc_options,
  :status,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the endpoint.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4625

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :domain_arn,
  :vpc_options,
  :status,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

The unique identifier of the endpoint.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4625

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :domain_arn,
  :vpc_options,
  :status,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_ownerString

The creator of the endpoint.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4625

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :domain_arn,
  :vpc_options,
  :status,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_optionsTypes::VPCDerivedInfo

Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.



4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4625

class VpcEndpoint < Struct.new(
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :domain_arn,
  :vpc_options,
  :status,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end