Class: Aws::EKS::Types::OIDC

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

Overview

An object representing the OpenID Connect (OIDC) identity provider information for the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#issuerString

The issuer URL for the OIDC identity provider.

Returns:

  • (String)


6386
6387
6388
6389
6390
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6386

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