class Aws::EKS::Types::DisassociateIdentityProviderConfigRequest
@note When making an API call, you may pass DisassociateIdentityProviderConfigRequest
data as a hash: { cluster_name: "String", # required identity_provider_config: { # required type: "String", # required name: "String", # required }, client_request_token: "String", }
@!attribute [rw] cluster_name
The name of the cluster to disassociate an identity provider from. @return [String]
@!attribute [rw] identity_provider_config
An object that represents an identity provider configuration. @return [Types::IdentityProviderConfig]
@!attribute [rw] client_request_token
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DisassociateIdentityProviderConfigRequest AWS API Documentation
Constants
- SENSITIVE