aws.kafka.get_cluster_policy
Example SQL Queries
SELECT * FROMaws.kafka.get_cluster_policyWHERE"cluster_arn" = 'VALUE';Description
Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_arn Required Input Column The Amazon Resource Name (ARN) of the cluster. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| current_version The version of cluster policy. | VARCHAR |
| policy The cluster policy. | VARCHAR |