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 VPC Settings.
-
A list of VPC security groups 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 }