Msk Functions
object MskFunctions
Functions
Link copied to clipboard
Get a list of brokers that a client application can use to bootstrap.
suspend fun getBootstrapBrokers(argument: suspend GetBootstrapBrokersPlainArgsBuilder.() -> Unit): GetBootstrapBrokersResult
Link copied to clipboard
Get information on an Amazon MSK Broker Nodes.
suspend fun getBrokerNodes(argument: suspend GetBrokerNodesPlainArgsBuilder.() -> Unit): GetBrokerNodesResult
Link copied to clipboard
Get information on an Amazon MSK Cluster.
Link copied to clipboard
Get information on an Amazon MSK Configuration.
suspend fun getConfiguration(argument: suspend GetConfigurationPlainArgsBuilder.() -> Unit): GetConfigurationResult
Link copied to clipboard
Get information on a Amazon MSK Kafka Version
suspend fun getKafkaVersion(argument: suspend GetKafkaVersionPlainArgsBuilder.() -> Unit): GetKafkaVersionResult
suspend fun getKafkaVersion(preferredVersions: List<String>? = null, version: String? = null): GetKafkaVersionResult
Link copied to clipboard
Get information on an Amazon MSK VPC Connection.
suspend fun getVpcConnection(argument: suspend GetVpcConnectionPlainArgsBuilder.() -> Unit): GetVpcConnectionResult
suspend fun getVpcConnection(arn: String, tags: Map<String, String>? = null): GetVpcConnectionResult