Skip to main content

cluster_policies_list_only

Lists cluster_policies in a region or regions, for all properties use cluster_policies

Overview

Namecluster_policies_list_only
TypeResource
DescriptionResource Type definition for AWS::MSK::ClusterPolicy
Idaws.msk.cluster_policies_list_only

Fields

NameDatatypeDescription
policyobjectA policy document containing permissions to add to the specified cluster.
cluster_arnstringThe arn of the cluster for the resource policy.
current_versionstringThe current version of the policy attached to the specified cluster
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all cluster_policies in a region.

SELECT
region,
cluster_arn
FROM aws.msk.cluster_policies_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the cluster_policies_list_only resource, see cluster_policies