SCClusterSpecEntityArgs

data class SCClusterSpecEntityArgs(val apiEndpoint: Output<String>? = null, val availability: Output<String>? = null, val byok: Output<SCClusterByokEntityArgs>? = null, val cloud: Output<String>? = null, val config: Output<ClusterConfigEntityArgs>? = null, val environment: Output<SCClusterNetworkEnvironmentEntityArgs>? = null, val httpEndpoint: Output<String>? = null, val kafkaBootstrapEndpoint: Output<String>? = null, val name: Output<String>? = null, val network: Output<SCClusterNetworkEnvironmentEntityArgs>? = null, val package: Output<Either<String, Package>>? = null, val region: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<SCClusterSpecEntityArgs>

Spec of the cluster record

Constructors

Link copied to clipboard
constructor(apiEndpoint: Output<String>? = null, availability: Output<String>? = null, byok: Output<SCClusterByokEntityArgs>? = null, cloud: Output<String>? = null, config: Output<ClusterConfigEntityArgs>? = null, environment: Output<SCClusterNetworkEnvironmentEntityArgs>? = null, httpEndpoint: Output<String>? = null, kafkaBootstrapEndpoint: Output<String>? = null, name: Output<String>? = null, network: Output<SCClusterNetworkEnvironmentEntityArgs>? = null, package: Output<Either<String, Package>>? = null, region: Output<String>? = null, zone: Output<String>? = null)

Properties

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

The Kafka API cluster endpoint

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

The availability zone configuration of the cluster

Link copied to clipboard
val byok: Output<SCClusterByokEntityArgs>? = null

Specification of the cluster byok

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

The cloud service provider

Link copied to clipboard
val config: Output<ClusterConfigEntityArgs>? = null

Specification of the cluster configuration

Link copied to clipboard

Specification of the cluster environment

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

The cluster HTTP request URL.

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

The bootstrap endpoint used by Kafka clients to connect to the cluster

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

The name of the cluster

Link copied to clipboard

Specification of the cluster network

Link copied to clipboard
val package: Output<Either<String, Package>>? = null

Stream governance configuration

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

The cloud service provider region

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

type of zone availability

Functions

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