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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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)


2942
2943
2944
2945
2946
2947
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2942

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)


2942
2943
2944
2945
2946
2947
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2942

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