cluster_policies_list_only
Lists cluster_policies
in a region or regions, for all properties use cluster_policies
Overview
Name | cluster_policies_list_only |
Type | Resource |
Description | Resource Type definition for AWS::MSK::ClusterPolicy |
Id | aws.msk.cluster_policies_list_only |
Fields
Name | Datatype | Description |
---|---|---|
policy | object | A policy document containing permissions to add to the specified cluster. |
cluster_arn | string | The arn of the cluster for the resource policy. |
current_version | string | The current version of the policy attached to the specified cluster |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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