Class: Aws::OSIS::Types::VpcAttachmentOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-osis/types.rb

Overview

Options for attaching a VPC to pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attach_to_vpcBoolean

Whether a VPC is attached to the pipeline.

Returns:

  • (Boolean)


982
983
984
985
986
987
# File 'lib/aws-sdk-osis/types.rb', line 982

class VpcAttachmentOptions < Struct.new(
  :attach_to_vpc,
  :cidr_block)
  SENSITIVE = []
  include Aws::Structure
end

#cidr_blockString

The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).

Returns:

  • (String)


982
983
984
985
986
987
# File 'lib/aws-sdk-osis/types.rb', line 982

class VpcAttachmentOptions < Struct.new(
  :attach_to_vpc,
  :cidr_block)
  SENSITIVE = []
  include Aws::Structure
end