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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.eks.getIdentityProviderConfig

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 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>
    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]
    func LookupIdentityProviderConfig(ctx *Context, args *LookupIdentityProviderConfigArgs, opts ...InvokeOption) (*LookupIdentityProviderConfigResult, error)
    func LookupIdentityProviderConfigOutput(ctx *Context, args *LookupIdentityProviderConfigOutputArgs, opts ...InvokeOption) LookupIdentityProviderConfigResultOutput

    > 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)
    }
    public static CompletableFuture<GetIdentityProviderConfigResult> getIdentityProviderConfig(GetIdentityProviderConfigArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:eks:getIdentityProviderConfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the identity provider configuration.
    IdentityProviderConfigName string
    The name of the OIDC provider configuration.
    Type Pulumi.AwsNative.Eks.IdentityProviderConfigType
    The type of the identity provider configuration.
    ClusterName string
    The name of the identity provider configuration.
    IdentityProviderConfigName string
    The name of the OIDC provider configuration.
    Type IdentityProviderConfigType
    The type of the identity provider configuration.
    clusterName String
    The name of the identity provider configuration.
    identityProviderConfigName String
    The name of the OIDC provider configuration.
    type IdentityProviderConfigType
    The type of the identity provider configuration.
    clusterName string
    The name of the identity provider configuration.
    identityProviderConfigName string
    The name of the OIDC provider configuration.
    type IdentityProviderConfigType
    The type of the identity provider configuration.
    cluster_name str
    The name of the identity provider configuration.
    identity_provider_config_name str
    The name of the OIDC provider configuration.
    type IdentityProviderConfigType
    The type of the identity provider configuration.
    clusterName String
    The name of the identity provider configuration.
    identityProviderConfigName String
    The name of the OIDC provider configuration.
    type "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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi