Class: Aws::OSIS::Types::VpcEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::VpcEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
An OpenSearch Ingestion-managed VPC endpoint that will access one or more pipelines.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint.
-
#vpc_id ⇒ String
The ID for your VPC.
-
#vpc_options ⇒ Types::VpcOptions
Information about the VPC, including associated subnets and security groups.
Instance Attribute Details
#vpc_endpoint_id ⇒ String
The unique identifier of the endpoint.
1008 1009 1010 1011 1012 1013 1014 |
# File 'lib/aws-sdk-osis/types.rb', line 1008 class VpcEndpoint < Struct.new( :vpc_endpoint_id, :vpc_id, :vpc_options) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID for your VPC. Amazon Web Services PrivateLink generates this value when you create a VPC.
1008 1009 1010 1011 1012 1013 1014 |
# File 'lib/aws-sdk-osis/types.rb', line 1008 class VpcEndpoint < Struct.new( :vpc_endpoint_id, :vpc_id, :vpc_options) SENSITIVE = [] include Aws::Structure end |
#vpc_options ⇒ Types::VpcOptions
Information about the VPC, including associated subnets and security groups.
1008 1009 1010 1011 1012 1013 1014 |
# File 'lib/aws-sdk-osis/types.rb', line 1008 class VpcEndpoint < Struct.new( :vpc_endpoint_id, :vpc_id, :vpc_options) SENSITIVE = [] include Aws::Structure end |