/AWS1/CL_OSIVPCATTACHMENTOPTS¶
Options for attaching a VPC to pipeline.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_attachtovpc TYPE /AWS1/OSIBOOLEAN /AWS1/OSIBOOLEAN¶
Whether a VPC is attached to the pipeline.
Optional arguments:¶
iv_cidrblock TYPE /AWS1/OSICIDRBLOCK /AWS1/OSICIDRBLOCK¶
The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
Queryable Attributes¶
AttachToVpc¶
Whether a VPC is attached to the pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHTOVPC() |
Getter for ATTACHTOVPC, with configurable default |
ASK_ATTACHTOVPC() |
Getter for ATTACHTOVPC w/ exceptions if field has no value |
HAS_ATTACHTOVPC() |
Determine if ATTACHTOVPC has a value |
CidrBlock¶
The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CIDRBLOCK() |
Getter for CIDRBLOCK, with configurable default |
ASK_CIDRBLOCK() |
Getter for CIDRBLOCK w/ exceptions if field has no value |
HAS_CIDRBLOCK() |
Determine if CIDRBLOCK has a value |