/AWS1/CL_LMCNETCNCTRVPCEGRCONF¶
Configuration for a VPC egress network connector. Specifies the VPC subnets, security groups, network protocol, and associated Lambda compute resource types.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_subnetids TYPE /AWS1/CL_LMCNETCNCTUBNETIDS_W=>TT_NETWORKCONNECTORSUBNETIDS TT_NETWORKCONNECTORSUBNETIDS¶
The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
it_securitygroupids TYPE /AWS1/CL_LMCNETCNRECURITYGRI00=>TT_NETWORKCNCTECURITYGROUPIDS TT_NETWORKCNCTECURITYGROUPIDS¶
The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
iv_networkprotocol TYPE /AWS1/LMCNETWORKPROTOCOL /AWS1/LMCNETWORKPROTOCOL¶
The network protocol for the connector. Specify
IPv4for IPv4-only networking, orDualStackfor both IPv4 and IPv6.
it_assoccomputeresourcetypes TYPE /AWS1/CL_LMCASCCOMPRESTYSLST_W=>TT_ASSOCCOMPUTERESTYPESLIST TT_ASSOCCOMPUTERESTYPESLIST¶
The types of Lambda compute resources that can use this connector. Currently, only
MicroVmis supported.
Queryable Attributes¶
SubnetIds¶
The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
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¶
The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
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 |
NetworkProtocol¶
The network protocol for the connector. Specify
IPv4for IPv4-only networking, orDualStackfor both IPv4 and IPv6.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKPROTOCOL() |
Getter for NETWORKPROTOCOL, with configurable default |
ASK_NETWORKPROTOCOL() |
Getter for NETWORKPROTOCOL w/ exceptions if field has no val |
HAS_NETWORKPROTOCOL() |
Determine if NETWORKPROTOCOL has a value |
AssociatedComputeResourceTypes¶
The types of Lambda compute resources that can use this connector. Currently, only
MicroVmis supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCCOMPUTERESTYPES() |
Getter for ASSOCCOMPUTERESOURCETYPES, with configurable defa |
ASK_ASSOCCOMPUTERESTYPES() |
Getter for ASSOCCOMPUTERESOURCETYPES w/ exceptions if field |
HAS_ASSOCCOMPUTERESTYPES() |
Determine if ASSOCCOMPUTERESOURCETYPES has a value |