RdsDbInstanceEndpointResponse

data class RdsDbInstanceEndpointResponse(val address: String? = null, val hostedZoneId: String? = null, val port: String? = null)

Definition of Endpoint

Constructors

Link copied to clipboard
constructor(address: String? = null, hostedZoneId: String? = null, port: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

Specifies the DNS address of the DB instance.

Link copied to clipboard
val hostedZoneId: String? = null

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

Link copied to clipboard
val port: String? = null

Specifies the port that the database engine is listening on.