Db Instance Endpoint
data class DbInstanceEndpoint(val address: String? = null, val hostedZoneId: String? = null, val port: String? = null)
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
`CreateDBInstance`
`DescribeDBInstances`
`DeleteDBInstance`
For the data structure that represents Amazon Aurora DB cluster endpoints, see`DBClusterEndpoint`
.