VpcConfig¶
Structure Class¶
VpcConfig
dataclass
¶
Amazon Virtual Private Cloud configuration details associated with your Lambda function.
Attributes¶
security_groups
class-attribute
instance-attribute
¶
security_groups: list[SecurityGroup] | None = None
The identifier of the security group attached to the Lambda function.
subnet_ids
class-attribute
instance-attribute
¶
The identifiers of the subnets that are associated with your Lambda function.