Skip to main content

identity_provider_config

Gets an individual identity_provider_config resource

Overview

Nameidentity_provider_config
TypeResource
Descriptionidentity_provider_config
Idawscc.eks.identity_provider_config

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.
oidcobject
tagsarrayAn array of key-value pairs to apply to this resource.
identity_provider_config_arnstringThe ARN of the configuration.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
cluster_name,
type,
identity_provider_config_name,
oidc,
tags,
identity_provider_config_arn
FROM awscc.eks.identity_provider_config
WHERE data__Identifier = '<IdentityProviderConfigName>|<ClusterName>|<Type>';

Permissions

To operate on the identity_provider_config resource, the following permissions are required:

Read

eks:DescribeIdentityProviderConfig

Update

eks:DescribeIdentityProviderConfig,
eks:TagResource,
eks:UntagResource

Delete

eks:DisassociateIdentityProviderConfig,
eks:DescribeIdentityProviderConfig