Class: Aws::EKS::Types::IdentityProviderConfig

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

Overview

An object representing an identity provider configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the identity provider configuration.

Returns:

  • (String)


4654
4655
4656
4657
4658
4659
# File 'lib/aws-sdk-eks/types.rb', line 4654

class IdentityProviderConfig < Struct.new(
  :type,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the identity provider configuration. The only type available is oidc.

Returns:

  • (String)


4654
4655
4656
4657
4658
4659
# File 'lib/aws-sdk-eks/types.rb', line 4654

class IdentityProviderConfig < Struct.new(
  :type,
  :name)
  SENSITIVE = []
  include Aws::Structure
end