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>
Manages an Amazon MSK Serverless cluster.
Note: To manage a provisioned Amazon MSK cluster, use the
aws.msk.Cluster
resource.
Import
MSK serverless clusters can be imported using the cluster arn
, e.g.,
$ pulumi import aws:msk/serverlessCluster:ServerlessCluster example arn:aws:kafka:us-west-2:123456789012:cluster/example/279c0212-d057-4dba-9aa9-1c4e5a25bfc7-3
Content copied to clipboard
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)