aws.eks.list_associated_access_policies
Example SQL Queries
SELECT * FROMaws.eks.list_associated_access_policiesWHERE"cluster_name" = 'VALUE'AND "principal_arn" = 'VALUE';Description
Lists the access policies associated with an access entry.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_name Required Input Column The name of your cluster. | VARCHAR |
| principal_arn Required Input Column The ARN of the IAM principal for the AccessEntry. | 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 |
| associated_access_policies The list of access policies associated with the access entry. | STRUCT( |
Show child fields
| |