AWSEC2DnsServersOptionsModifyStructure

Objective-C

@interface AWSEC2DnsServersOptionsModifyStructure

Swift

class AWSEC2DnsServersOptionsModifyStructure

Information about the DNS server to be used.

  • The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the existing values.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable customDnsServers;

    Swift

    var customDnsServers: [String]? { get set }
  • Indicates whether DNS servers should be used. Specify False to delete the existing DNS servers.

    Declaration

    Objective-C

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

    Swift

    var enabled: NSNumber? { get set }