DnsServersOptionsModifyStructure
public struct DnsServersOptionsModifyStructure : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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
Swift
public let customDnsServers: [String]?
-
Indicates whether DNS servers should be used. Specify False to delete the existing DNS servers.
Declaration
Swift
public let enabled: Bool?
-
Undocumented
Declaration
Swift
public init(customDnsServers: [String]? = nil, enabled: Bool? = nil)