identity_provider_config_tags
Expands all tag keys and values for identity_provider_configs
in a region
Overview
Name | identity_provider_config_tags |
Type | Resource |
Description | An object representing an Amazon EKS IdentityProviderConfig. |
Id | aws.eks.identity_provider_config_tags |
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. |
identity_provider_config_arn | string | The ARN of the configuration. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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