SCCluster Spec Entity Args
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
The Kafka API cluster endpoint
Link copied to clipboard
The availability zone configuration of the cluster
Link copied to clipboard
Specification of the cluster byok
Link copied to clipboard
Specification of the cluster configuration
Link copied to clipboard
Specification of the cluster environment
Link copied to clipboard
The cluster HTTP request URL.
Link copied to clipboard
The bootstrap endpoint used by Kafka clients to connect to the cluster
Link copied to clipboard
Specification of the cluster network