GetEndpointPlainArgs

data class GetEndpointPlainArgs(val elasticsearchSettings: List<GetEndpointElasticsearchSetting>? = null, val endpointId: String, val extraConnectionAttributes: String? = null, val kafkaSettings: List<GetEndpointKafkaSetting>? = null, val mongodbSettings: List<GetEndpointMongodbSetting>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetEndpointPlainArgs>

A collection of arguments for invoking getEndpoint.

Constructors

Link copied to clipboard
constructor(elasticsearchSettings: List<GetEndpointElasticsearchSetting>? = null, endpointId: String, extraConnectionAttributes: String? = null, kafkaSettings: List<GetEndpointKafkaSetting>? = null, mongodbSettings: List<GetEndpointMongodbSetting>? = null, 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Map<String, String>? = null

Functions

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