identity_provider_config
Gets an individual identity_provider_config
resource
Overview
Name | identity_provider_config |
Type | Resource |
Description | identity_provider_config |
Id | awscc.eks.identity_provider_config |
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 | |
tags | array | An array of key-value pairs to apply to this resource. |
identity_provider_config_arn | string | The ARN of the configuration. |
region | string | AWS 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