cluster_tags
Expands all tag keys and values for clusters
in a region
Overview
Name | cluster_tags |
Type | Resource |
Description | Resource Type definition for AWS::MSK::Cluster |
Id | aws.msk.cluster_tags |
Fields
Name | Datatype | Description |
---|---|---|
broker_node_group_info | object | |
enhanced_monitoring | string | |
kafka_version | string | |
number_of_broker_nodes | integer | |
encryption_info | object | |
open_monitoring | object | |
cluster_name | string | |
arn | string | |
current_version | string | The current version of the MSK cluster |
client_authentication | object | |
logging_info | object | |
configuration_info | object | |
storage_mode | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all clusters
in a region.
SELECT
region,
broker_node_group_info,
enhanced_monitoring,
kafka_version,
number_of_broker_nodes,
encryption_info,
open_monitoring,
cluster_name,
arn,
current_version,
client_authentication,
logging_info,
configuration_info,
storage_mode,
tag_key,
tag_value
FROM aws.msk.cluster_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the cluster_tags
resource, see clusters