GetEndpointsResult

data class GetEndpointsResult(val dbClusterId: String, val dbEndpointId: String? = null, val endpoints: List<GetEndpointsEndpoint>, val id: String)

A collection of values returned by getEndpoints.

Constructors

Link copied to clipboard
constructor(dbClusterId: String, dbEndpointId: String? = null, endpoints: List<GetEndpointsEndpoint>, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val dbEndpointId: String? = null

The endpoint ID.

Link copied to clipboard

A list of PolarDB cluster endpoints. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.