class Aws::EKS::Types::DescribeIdentityProviderConfigRequest

@note When making an API call, you may pass DescribeIdentityProviderConfigRequest

data as a hash:

    {
      cluster_name: "String", # required
      identity_provider_config: { # required
        type: "String", # required
        name: "String", # required
      },
    }

@!attribute [rw] cluster_name

The cluster name that the identity provider configuration is
associated to.
@return [String]

@!attribute [rw] identity_provider_config

An object that represents an identity provider configuration.
@return [Types::IdentityProviderConfig]

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeIdentityProviderConfigRequest AWS API Documentation

Constants

SENSITIVE