ServerlessCluster

class ServerlessCluster : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the serverless cluster.

Link copied to clipboard

Specifies client authentication information for the serverless cluster. See below.

Link copied to clipboard
val clusterName: Output<String>

The name of the serverless cluster.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

VPC configuration information. See below.