cluster Endpoints
Parameters
value
A list of cluster endpoints Structure is documented below.
suspend fun clusterEndpoints(vararg values: Output<ClusterUserCreatedConnectionsClusterEndpointArgs>)
suspend fun clusterEndpoints(values: List<Output<ClusterUserCreatedConnectionsClusterEndpointArgs>>)
Parameters
values
A list of cluster endpoints Structure is documented below.
suspend fun clusterEndpoints(argument: List<suspend ClusterUserCreatedConnectionsClusterEndpointArgsBuilder.() -> Unit>)
suspend fun clusterEndpoints(vararg argument: suspend ClusterUserCreatedConnectionsClusterEndpointArgsBuilder.() -> Unit)
suspend fun clusterEndpoints(argument: suspend ClusterUserCreatedConnectionsClusterEndpointArgsBuilder.() -> Unit)
Parameters
argument
A list of cluster endpoints Structure is documented below.