identity_provider_configs_list_only
Lists identity_provider_configs
in a region or regions, for all properties use identity_provider_configs
Overview
Name | identity_provider_configs_list_only |
Type | Resource |
Description | An object representing an Amazon EKS IdentityProviderConfig. |
Id | aws.eks.identity_provider_configs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
cluster_name | string | The name of the identity provider configuration. |
type | string | The type of the identity provider configuration. |
identity_provider_config_name | string | The name of the OIDC provider configuration. |
oidc | object | An object representing an OpenID Connect (OIDC) configuration. |
tags | array | An array of key-value pairs to apply to this resource. |
identity_provider_config_arn | string | The ARN of the configuration. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all identity_provider_configs
in a region.
SELECT
region,
identity_provider_config_name,
cluster_name,
type
FROM aws.eks.identity_provider_configs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the identity_provider_configs_list_only
resource, see identity_provider_configs