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
¶
subnet_ids: list[str] | None = None
The identifiers of the subnets that are associated with your Lambda function.
vpc_id
class-attribute
instance-attribute
¶
vpc_id: str | None = None
The identifier of the Amazon Virtual Private Cloud.