AWSEC2VpcClassicLink
Objective-C
@interface AWSEC2VpcClassicLink
Swift
class AWSEC2VpcClassicLink
We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
Describes whether a VPC is enabled for ClassicLink.
-
Indicates whether the VPC is enabled for ClassicLink.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable classicLinkEnabled;
Swift
var classicLinkEnabled: NSNumber? { get set }
-
The ID of the VPC.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpcId;
Swift
var vpcId: String? { get set }