cluster_policy
Gets an individual cluster_policy
resource
Overview
Name | cluster_policy |
Type | Resource |
Description | cluster_policy |
Id | awscc.msk.cluster_policy |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
policy,
cluster_arn,
current_version
FROM awscc.msk.cluster_policy
WHERE data__Identifier = '<ClusterArn>';
Permissions
To operate on the cluster_policy
resource, the following permissions are required:
Read
kafka:GetClusterPolicy
Update
kafka:PutClusterPolicy,
kafka:GetClusterPolicy
Delete
kafka:DeleteClusterPolicy,
kafka:GetClusterPolicy