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>)


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_idsArray<String>

A list of subnet IDs associated with the VPC endpoint.

Returns:

  • (Array<String>)


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_optionsTypes::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_managementString

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

Returns:

  • (String)


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