Class: Aws::OSIS::Types::VpcOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::VpcOptions
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
A list of security groups associated with the VPC endpoint.
-
#subnet_ids ⇒ Array<String>
A list of subnet IDs associated with the VPC endpoint.
-
#vpc_attachment_options ⇒ Types::VpcAttachmentOptions
Options for attaching a VPC to a pipeline.
-
#vpc_endpoint_management ⇒ String
Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
A list of security groups associated with the VPC endpoint.
1038 1039 1040 1041 1042 1043 1044 1045 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1038 class VpcOptions < Struct.new( :subnet_ids, :security_group_ids, :vpc_attachment_options, :vpc_endpoint_management) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of subnet IDs associated with the VPC endpoint.
1038 1039 1040 1041 1042 1043 1044 1045 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1038 class VpcOptions < Struct.new( :subnet_ids, :security_group_ids, :vpc_attachment_options, :vpc_endpoint_management) SENSITIVE = [] include Aws::Structure end |
#vpc_attachment_options ⇒ Types::VpcAttachmentOptions
Options for attaching a VPC to a pipeline.
1038 1039 1040 1041 1042 1043 1044 1045 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1038 class VpcOptions < Struct.new( :subnet_ids, :security_group_ids, :vpc_attachment_options, :vpc_endpoint_management) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_management ⇒ String
Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
1038 1039 1040 1041 1042 1043 1044 1045 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1038 class VpcOptions < Struct.new( :subnet_ids, :security_group_ids, :vpc_attachment_options, :vpc_endpoint_management) SENSITIVE = [] include Aws::Structure end |