Serverless Cluster Args
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)