Class: Aws::OSIS::Types::VpcOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#security_group_idsArray<String>

A list of security groups associated with the VPC endpoint.

Returns:

  • (Array<String>)


1069
1070
1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1069

class VpcOptions < Struct.new(
  :subnet_ids,
  :security_group_ids,
  :vpc_attachment_options,
  :vpc_endpoint_management)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of subnet IDs associated with the VPC endpoint.

Returns:

  • (Array<String>)


1069
1070
1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1069

class VpcOptions < Struct.new(
  :subnet_ids,
  :security_group_ids,
  :vpc_attachment_options,
  :vpc_endpoint_management)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_attachment_optionsTypes::VpcAttachmentOptions

Options for attaching a VPC to a pipeline.



1069
1070
1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1069

class VpcOptions < Struct.new(
  :subnet_ids,
  :security_group_ids,
  :vpc_attachment_options,
  :vpc_endpoint_management)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_managementString

Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1069

class VpcOptions < Struct.new(
  :subnet_ids,
  :security_group_ids,
  :vpc_attachment_options,
  :vpc_endpoint_management)
  SENSITIVE = []
  include Aws::Structure
end