identity_provider_configs
Retrieves a list of identity_provider_configs
in a region
Overview
Name | identity_provider_configs |
Type | Resource |
Description | identity_provider_configs |
Id | awscc.eks.identity_provider_configs |
Fields
Name | Datatype | Description |
---|---|---|
identity_provider_config_name | string | The name of the OIDC provider configuration. |
cluster_name | string | The name of the identity provider configuration. |
type | string | The type of the identity provider configuration. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
identity_provider_config_name,
cluster_name,
type
FROM awscc.eks.identity_provider_configs
WHERE region = 'us-east-1'
Permissions
To operate on the identity_provider_configs
resource, the following permissions are required:
Create
eks:DescribeUpdate,
eks:AssociateIdentityProviderConfig,
eks:DescribeIdentityProviderConfig,
eks:TagResource
List
eks:ListIdentityProviderConfigs