aws.eks.list_identity_provider_configs
Example SQL Queries
SELECT * FROMaws.eks.list_identity_provider_configsWHERE"cluster_name" = 'VALUE';Description
Lists the identity provider configurations for your cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_name Required Input Column The name of your 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 |
| name The name of the identity provider configuration. | VARCHAR |
| type The type of the identity provider configuration. The only type available is oidc. | VARCHAR |