cluster_policies
Retrieves a list of cluster_policies
in a region
Overview
Name | cluster_policies |
Type | Resource |
Description | cluster_policies |
Id | awscc.msk.cluster_policies |
Fields
Name | Datatype | Description |
---|---|---|
cluster_arn | string | The arn of the cluster for the resource policy. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
cluster_arn
FROM awscc.msk.cluster_policies
WHERE region = 'us-east-1'
Permissions
To operate on the cluster_policies
resource, the following permissions are required:
Create
kafka:PutClusterPolicy,
kafka:GetClusterPolicy
List
kafka:GetClusterPolicy