Endpoint

public struct Endpoint : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the DNS address of the instance.

    Declaration

    Swift

    public let address: String?
  • Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

    Declaration

    Swift

    public let hostedZoneId: String?
  • Specifies the port that the database engine is listening on.

    Declaration

    Swift

    public let port: Int?
  • Undocumented

    Declaration

    Swift

    public init(address: String? = nil, hostedZoneId: String? = nil, port: Int? = nil)