ConfluentBootstrapServerArgs

data class ConfluentBootstrapServerArgs(val endpoint: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ConfluentBootstrapServerArgs>

The service properties when target service type is ConfluentBootstrapServer

Constructors

Link copied to clipboard
constructor(endpoint: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val endpoint: Output<String>? = null

The endpoint of service.

Link copied to clipboard
val type: Output<String>

The target service type. Expected value is 'ConfluentBootstrapServer'.

Functions

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