GetFunctionVpcConfig constructor
const
GetFunctionVpcConfig({})
Creates a new GetFunctionVpcConfig.
ipv6AllowedForDualStack Whether IPv6 is allowed for dual-stack VPC.
securityGroupIds List of security group IDs associated with the Lambda function.
subnetIds List of subnet IDs associated with the Lambda function.
vpcId ID of the VPC.
Implementation
const GetFunctionVpcConfig({
required this.ipv6AllowedForDualStack,
required this.securityGroupIds,
required this.subnetIds,
required this.vpcId,
});