Class: Aws::EKS::Types::IdentityProviderConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::IdentityProviderConfig
- 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
-
#name ⇒ String
The name of the identity provider configuration.
-
#type ⇒ String
The type of the identity provider configuration.
Instance Attribute Details
#name ⇒ String
The name of the identity provider configuration.
3145 3146 3147 3148 3149 3150 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3145 class IdentityProviderConfig < Struct.new( :type, :name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the identity provider configuration. The only type
available is oidc
.
3145 3146 3147 3148 3149 3150 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3145 class IdentityProviderConfig < Struct.new( :type, :name) SENSITIVE = [] include Aws::Structure end |