Class: Aws::EKS::Types::IdentityProviderConfigResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

The full description of your identity configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#oidcTypes::OidcIdentityProviderConfig

An object representing an OpenID Connect (OIDC) identity provider configuration.



3322
3323
3324
3325
3326
# File 'lib/aws-sdk-eks/types.rb', line 3322

class IdentityProviderConfigResponse < Struct.new(
  :oidc)
  SENSITIVE = []
  include Aws::Structure
end