/AWS1/CL_BDKVPCCONFIG¶
The configuration of a virtual private cloud (VPC). For more information, see Protect your data using Amazon Virtual Private Cloud and Amazon Web Services PrivateLink.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_subnetids TYPE /AWS1/CL_BDKSUBNETIDS_W=>TT_SUBNETIDS TT_SUBNETIDS¶
An array of IDs for each subnet in the VPC to use.
it_securitygroupids TYPE /AWS1/CL_BDKSECURITYGROUPIDS_W=>TT_SECURITYGROUPIDS TT_SECURITYGROUPIDS¶
An array of IDs for each security group in the VPC to use.
Queryable Attributes¶
subnetIds¶
An array of IDs for each subnet in the VPC to use.
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¶
An array of IDs for each security group in the VPC to use.
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 |