1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. eks
  5. getIdentityProviderConfig

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.eks.getIdentityProviderConfig

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

An object representing an Amazon EKS IdentityProviderConfig.

Using getIdentityProviderConfig

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getIdentityProviderConfig(args: GetIdentityProviderConfigArgs, opts?: InvokeOptions): Promise<GetIdentityProviderConfigResult>
function getIdentityProviderConfigOutput(args: GetIdentityProviderConfigOutputArgs, opts?: InvokeOptions): Output<GetIdentityProviderConfigResult>
Copy
def get_identity_provider_config(cluster_name: Optional[str] = None,
                                 identity_provider_config_name: Optional[str] = None,
                                 type: Optional[IdentityProviderConfigType] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetIdentityProviderConfigResult
def get_identity_provider_config_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                 identity_provider_config_name: Optional[pulumi.Input[str]] = None,
                                 type: Optional[pulumi.Input[IdentityProviderConfigType]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetIdentityProviderConfigResult]
Copy
func LookupIdentityProviderConfig(ctx *Context, args *LookupIdentityProviderConfigArgs, opts ...InvokeOption) (*LookupIdentityProviderConfigResult, error)
func LookupIdentityProviderConfigOutput(ctx *Context, args *LookupIdentityProviderConfigOutputArgs, opts ...InvokeOption) LookupIdentityProviderConfigResultOutput
Copy

> Note: This function is named LookupIdentityProviderConfig in the Go SDK.

public static class GetIdentityProviderConfig 
{
    public static Task<GetIdentityProviderConfigResult> InvokeAsync(GetIdentityProviderConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetIdentityProviderConfigResult> Invoke(GetIdentityProviderConfigInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIdentityProviderConfigResult> getIdentityProviderConfig(GetIdentityProviderConfigArgs args, InvokeOptions options)
public static Output<GetIdentityProviderConfigResult> getIdentityProviderConfig(GetIdentityProviderConfigArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:eks:getIdentityProviderConfig
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterName This property is required. string
The name of the identity provider configuration.
IdentityProviderConfigName This property is required. string
The name of the OIDC provider configuration.
Type This property is required. Pulumi.AwsNative.Eks.IdentityProviderConfigType
The type of the identity provider configuration.
ClusterName This property is required. string
The name of the identity provider configuration.
IdentityProviderConfigName This property is required. string
The name of the OIDC provider configuration.
Type This property is required. IdentityProviderConfigType
The type of the identity provider configuration.
clusterName This property is required. String
The name of the identity provider configuration.
identityProviderConfigName This property is required. String
The name of the OIDC provider configuration.
type This property is required. IdentityProviderConfigType
The type of the identity provider configuration.
clusterName This property is required. string
The name of the identity provider configuration.
identityProviderConfigName This property is required. string
The name of the OIDC provider configuration.
type This property is required. IdentityProviderConfigType
The type of the identity provider configuration.
cluster_name This property is required. str
The name of the identity provider configuration.
identity_provider_config_name This property is required. str
The name of the OIDC provider configuration.
type This property is required. IdentityProviderConfigType
The type of the identity provider configuration.
clusterName This property is required. String
The name of the identity provider configuration.
identityProviderConfigName This property is required. String
The name of the OIDC provider configuration.
type This property is required. "oidc"
The type of the identity provider configuration.

getIdentityProviderConfig Result

The following output properties are available:

IdentityProviderConfigArn string
The ARN of the configuration.
Tags List<Pulumi.AwsNative.Outputs.Tag>
An array of key-value pairs to apply to this resource.
IdentityProviderConfigArn string
The ARN of the configuration.
Tags Tag
An array of key-value pairs to apply to this resource.
identityProviderConfigArn String
The ARN of the configuration.
tags List<Tag>
An array of key-value pairs to apply to this resource.
identityProviderConfigArn string
The ARN of the configuration.
tags Tag[]
An array of key-value pairs to apply to this resource.
identity_provider_config_arn str
The ARN of the configuration.
tags Sequence[root_Tag]
An array of key-value pairs to apply to this resource.
identityProviderConfigArn String
The ARN of the configuration.
tags List<Property Map>
An array of key-value pairs to apply to this resource.

Supporting Types

IdentityProviderConfigType

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi