Class: Aws::OSIS::Types::PipelineEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::PipelineEndpoint
- 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
-
#endpoint_id ⇒ String
The unique identifier for the pipeline endpoint.
-
#ingest_endpoint_url ⇒ String
The URL used to ingest data to the pipeline through the VPC endpoint.
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline associated with this endpoint.
-
#status ⇒ String
The current status of the pipeline endpoint.
-
#vpc_id ⇒ String
The ID of the VPC where the pipeline endpoint is created.
-
#vpc_options ⇒ Types::PipelineEndpointVpcOptions
Configuration options for the VPC endpoint, including subnet and security group settings.
Instance Attribute Details
#endpoint_id ⇒ String
The unique identifier for the pipeline endpoint.
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_url ⇒ String
The URL used to ingest data to the pipeline through the VPC endpoint.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline associated with this endpoint.
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 |
#status ⇒ String
The current status of the pipeline endpoint.
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_id ⇒ String
The ID of the VPC where the pipeline endpoint is created.
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_options ⇒ Types::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 |