Class: Aws::OSIS::Types::PipelineEndpoint

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

Overview

Represents a VPC endpoint for an OpenSearch Ingestion pipeline, enabling private connectivity between your VPC and the pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_idString

The unique identifier for the pipeline endpoint.

Returns:

  • (String)


874
875
876
877
878
879
880
881
882
883
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 874

class PipelineEndpoint < Struct.new(
  :pipeline_arn,
  :endpoint_id,
  :status,
  :vpc_id,
  :vpc_options,
  :ingest_endpoint_url)
  SENSITIVE = []
  include Aws::Structure
end

#ingest_endpoint_urlString

The URL used to ingest data to the pipeline through the VPC endpoint.

Returns:

  • (String)


874
875
876
877
878
879
880
881
882
883
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 874

class PipelineEndpoint < Struct.new(
  :pipeline_arn,
  :endpoint_id,
  :status,
  :vpc_id,
  :vpc_options,
  :ingest_endpoint_url)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_arnString

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

Returns:

  • (String)


874
875
876
877
878
879
880
881
882
883
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 874

class PipelineEndpoint < Struct.new(
  :pipeline_arn,
  :endpoint_id,
  :status,
  :vpc_id,
  :vpc_options,
  :ingest_endpoint_url)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the pipeline endpoint.

Returns:

  • (String)


874
875
876
877
878
879
880
881
882
883
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 874

class PipelineEndpoint < Struct.new(
  :pipeline_arn,
  :endpoint_id,
  :status,
  :vpc_id,
  :vpc_options,
  :ingest_endpoint_url)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC where the pipeline endpoint is created.

Returns:

  • (String)


874
875
876
877
878
879
880
881
882
883
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 874

class PipelineEndpoint < Struct.new(
  :pipeline_arn,
  :endpoint_id,
  :status,
  :vpc_id,
  :vpc_options,
  :ingest_endpoint_url)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_optionsTypes::PipelineEndpointVpcOptions

Configuration options for the VPC endpoint, including subnet and security group settings.



874
875
876
877
878
879
880
881
882
883
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 874

class PipelineEndpoint < Struct.new(
  :pipeline_arn,
  :endpoint_id,
  :status,
  :vpc_id,
  :vpc_options,
  :ingest_endpoint_url)
  SENSITIVE = []
  include Aws::Structure
end