ServerlessClusterArgs

data class ServerlessClusterArgs(val clientAuthentication: Output<ServerlessClusterClientAuthenticationArgs>? = null, val clusterName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val vpcConfigs: Output<List<ServerlessClusterVpcConfigArgs>>? = null) : ConvertibleToJava<ServerlessClusterArgs>

Resource Type definition for AWS::MSK::ServerlessCluster

Constructors

Link copied to clipboard
constructor(clientAuthentication: Output<ServerlessClusterClientAuthenticationArgs>? = null, clusterName: Output<String>? = null, tags: Output<Map<String, String>>? = null, vpcConfigs: Output<List<ServerlessClusterVpcConfigArgs>>? = null)

Properties

Link copied to clipboard
val clusterName: Output<String>? = null
Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A key-value pair to associate with a resource.

Link copied to clipboard

Functions

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