AWSLambdaVpcConfig
Objective-C
@interface AWSLambdaVpcConfig
Swift
class AWSLambdaVpcConfig
The VPC security groups and subnets that are attached to a Lambda function. For more information, see Configuring a Lambda function to access resources in a VPC.
-
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable ipv6AllowedForDualStack;Swift
var ipv6AllowedForDualStack: NSNumber? { get set } -
A list of VPC security group IDs.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable securityGroupIds;Swift
var securityGroupIds: [String]? { get set } -
A list of VPC subnet IDs.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable subnetIds;Swift
var subnetIds: [String]? { get set }
View on GitHub
Install in Dash
AWSLambdaVpcConfig Class Reference