Package-level declarations
Types
Link copied to clipboard
data class ClusterArgs(val capacityConfig: Output<ClusterCapacityConfigArgs>? = null, val clusterId: Output<String>? = null, val gcpConfig: Output<ClusterGcpConfigArgs>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val rebalanceConfig: Output<ClusterRebalanceConfigArgs>? = null) : ConvertibleToJava<ClusterArgs>
Link copied to clipboard
class ClusterArgsBuilder
Builder for ClusterArgs.
Link copied to clipboard
Link copied to clipboard
class ClusterResourceBuilder
Builder for Cluster.
Link copied to clipboard
data class TopicArgs(val cluster: Output<String>? = null, val configs: Output<Map<String, String>>? = null, val location: Output<String>? = null, val partitionCount: Output<Int>? = null, val project: Output<String>? = null, val replicationFactor: Output<Int>? = null, val topicId: Output<String>? = null) : ConvertibleToJava<TopicArgs>
Link copied to clipboard
class TopicArgsBuilder
Builder for TopicArgs.
Link copied to clipboard
Link copied to clipboard
class TopicResourceBuilder
Builder for Topic.