/AWS1/CL_OSIPLINENDPTVPCOPTS¶
Configuration settings for the VPC endpoint, specifying network access controls.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_subnetids TYPE /AWS1/CL_OSISUBNETIDS_W=>TT_SUBNETIDS TT_SUBNETIDS¶
A list of subnet IDs where the pipeline endpoint network interfaces are created.
it_securitygroupids TYPE /AWS1/CL_OSISECURITYGROUPIDS_W=>TT_SECURITYGROUPIDS TT_SECURITYGROUPIDS¶
A list of security group IDs that control network access to the pipeline endpoint.
Queryable Attributes¶
SubnetIds¶
A list of subnet IDs where the pipeline endpoint network interfaces are created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETIDS() |
Getter for SUBNETIDS, with configurable default |
ASK_SUBNETIDS() |
Getter for SUBNETIDS w/ exceptions if field has no value |
HAS_SUBNETIDS() |
Determine if SUBNETIDS has a value |
SecurityGroupIds¶
A list of security group IDs that control network access to the pipeline endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS, with configurable default |
ASK_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS w/ exceptions if field has no va |
HAS_SECURITYGROUPIDS() |
Determine if SECURITYGROUPIDS has a value |