AWSEC2ClassicLinkDnsSupport

Objective-C

@interface AWSEC2ClassicLinkDnsSupport

Swift

class AWSEC2ClassicLinkDnsSupport

Deprecated.

Describes the ClassicLink DNS support status of a VPC.

  • Indicates whether ClassicLink DNS support is enabled for the VPC.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable classicLinkDnsSupported;

    Swift

    var classicLinkDnsSupported: NSNumber? { get set }
  • The ID of the VPC.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vpcId;

    Swift

    var vpcId: String? { get set }