Skip to main content

identity_provider_config_tags

Expands all tag keys and values for identity_provider_configs in a region

Overview

Nameidentity_provider_config_tags
TypeResource
DescriptionAn object representing an Amazon EKS IdentityProviderConfig.
Idaws.eks.identity_provider_config_tags

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.
identity_provider_config_arnstringThe ARN of the configuration.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all identity_provider_configs in a region.

SELECT
region,
cluster_name,
type,
identity_provider_config_name,
oidc,
identity_provider_config_arn,
tag_key,
tag_value
FROM aws.eks.identity_provider_config_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the identity_provider_config_tags resource, see identity_provider_configs