/AWS1/CL_BLDVPCCONFIG¶
Information about the VPC configuration that CodeBuild accesses.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_vpcid TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
The ID of the Amazon VPC.
it_subnets TYPE /AWS1/CL_BLDSUBNETS_W=>TT_SUBNETS TT_SUBNETS¶
A list of one or more subnet IDs in your Amazon VPC.
it_securitygroupids TYPE /AWS1/CL_BLDSECURITYGROUPIDS_W=>TT_SECURITYGROUPIDS TT_SECURITYGROUPIDS¶
A list of one or more security groups IDs in your Amazon VPC.
Queryable Attributes¶
vpcId¶
The ID of the Amazon VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID has a value |
subnets¶
A list of one or more subnet IDs in your Amazon VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETS() |
Getter for SUBNETS, with configurable default |
ASK_SUBNETS() |
Getter for SUBNETS w/ exceptions if field has no value |
HAS_SUBNETS() |
Determine if SUBNETS has a value |
securityGroupIds¶
A list of one or more security groups IDs in your Amazon VPC.
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 |