ResourceRecord

public struct ResourceRecord : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. You can specify more than one value for all record types except CNAME and SOA. If you’re creating an alias resource record set, omit Value.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(value: String)
  • Declaration

    Swift

    public func validate(name: String) throws