Skip to main content

identity_provider_configs_list_only

Lists identity_provider_configs in a region or regions, for all properties use identity_provider_configs

Overview

Nameidentity_provider_configs_list_only
TypeResource
DescriptionAn object representing an Amazon EKS IdentityProviderConfig.
Idaws.eks.identity_provider_configs_list_only

Fields

NameDatatypeDescription
cluster_namestringThe name of the identity provider configuration.
typestringThe type of the identity provider configuration.
identity_provider_config_namestringThe name of the OIDC provider configuration.
oidcobjectAn object representing an OpenID Connect (OIDC) configuration.
tagsarrayAn array of key-value pairs to apply to this resource.
identity_provider_config_arnstringThe ARN of the configuration.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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