Db Instance Endpoint Args
data class DbInstanceEndpointArgs(val address: Output<String>? = null, val hostedZoneId: Output<String>? = null, val port: Output<String>? = null) : ConvertibleToJava<DbInstanceEndpointArgs>
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`
.