AWS Lambda · Example Payload

Aws Lambda Vpc Config Response Example

Aws Lambda Vpc Config Response Example is an example object payload from AWS Lambda, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

SubnetIdsSecurityGroupIdsVpcId

Example Payload

Raw ↑
{
  "SubnetIds": [],
  "SecurityGroupIds": [],
  "VpcId": "500123"
}