/AWS1/CL_GDYVPCCONFIG¶
Amazon Virtual Private Cloud configuration details associated with your Lambda function.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_subnetids TYPE /AWS1/CL_GDYSUBNETIDS_W=>TT_SUBNETIDS TT_SUBNETIDS¶
The identifiers of the subnets that are associated with your Lambda function.
iv_vpcid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The identifier of the Amazon Virtual Private Cloud.
it_securitygroups TYPE /AWS1/CL_GDYSECURITYGROUP=>TT_SECURITYGROUPS TT_SECURITYGROUPS¶
The identifier of the security group attached to the Lambda function.
Queryable Attributes¶
SubnetIds¶
The identifiers of the subnets that are associated with your Lambda function.
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 |
VpcId¶
The identifier of the Amazon Virtual Private Cloud.
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 |
SecurityGroups¶
The identifier of the security group attached to the Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPS() |
Getter for SECURITYGROUPS, with configurable default |
ASK_SECURITYGROUPS() |
Getter for SECURITYGROUPS w/ exceptions if field has no valu |
HAS_SECURITYGROUPS() |
Determine if SECURITYGROUPS has a value |