AWSEC2CreateDefaultSubnetRequest

Objective-C

@interface AWSEC2CreateDefaultSubnetRequest

Swift

class AWSEC2CreateDefaultSubnetRequest
  • The Availability Zone in which to create the default subnet.

    Declaration

    Objective-C

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

    Swift

    var availabilityZone: String? { get set }
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Objective-C

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

    Swift

    var dryRun: NSNumber? { get set }
  • Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.

    Declaration

    Objective-C

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

    Swift

    var ipv6Native: NSNumber? { get set }