GetEndpointPlainArgs

data class GetEndpointPlainArgs(val endpointId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetEndpointPlainArgs>

A collection of arguments for invoking getEndpoint.

Constructors

Link copied to clipboard
constructor(endpointId: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Database endpoint identifier. Identifiers must contain from 1 to 255 alphanumeric characters or hyphens, begin with a letter, contain only ASCII letters, digits, and hyphens, not end with a hyphen, and not contain two consecutive hyphens.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

Link copied to clipboard
open override fun toJava(): GetEndpointPlainArgs