Class: Aws::OSIS::Types::VpcAttachmentOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::VpcAttachmentOptions
- 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
-
#attach_to_vpc ⇒ Boolean
Whether a VPC is attached to the pipeline.
-
#cidr_block ⇒ String
The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
Instance Attribute Details
#attach_to_vpc ⇒ Boolean
Whether a VPC is attached to the pipeline.
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_block ⇒ String
The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
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 |