Skip to main content

serverless_cluster

Gets an individual serverless_cluster resource

Overview

Nameserverless_cluster
TypeResource
Descriptionserverless_cluster
Idawscc.msk.serverless_cluster

Fields

NameDatatypeDescription
arnstring
cluster_namestring
vpc_configsarray
client_authenticationobject
tagsobjectA key-value pair to associate with a resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
cluster_name,
vpc_configs,
client_authentication,
tags
FROM awscc.msk.serverless_cluster
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the serverless_cluster resource, the following permissions are required:

Read

kafka:DescribeClusterV2

Delete

kafka:DeleteCluster,
kafka:DescribeClusterV2,
ec2:DeleteVpcEndpoints