Class CfnIdentityProviderConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.legacy.CfnIdentityProviderConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentityProviderConfigProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnIdentityProviderConfigProps
@Stability(Stable)
@Internal
public static final class CfnIdentityProviderConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentityProviderConfigProps
An implementation for
CfnIdentityProviderConfigProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.legacy.CfnIdentityProviderConfigProps
CfnIdentityProviderConfigProps.Builder, CfnIdentityProviderConfigProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdentityProviderConfigProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The cluster that the configuration is associated to.final String
The name of the configuration.final Object
getOidc()
An object representing an OpenID Connect (OIDC) identity provider configuration.getTags()
The metadata to apply to the provider configuration to assist with categorization and organization.final String
getType()
The type of the identity provider configuration.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIdentityProviderConfigProps.Builder
.
-
-
Method Details
-
getClusterName
Description copied from interface:CfnIdentityProviderConfigProps
The cluster that the configuration is associated to.- Specified by:
getClusterName
in interfaceCfnIdentityProviderConfigProps
-
getType
Description copied from interface:CfnIdentityProviderConfigProps
The type of the identity provider configuration.The only type available is
oidc
.- Specified by:
getType
in interfaceCfnIdentityProviderConfigProps
-
getIdentityProviderConfigName
Description copied from interface:CfnIdentityProviderConfigProps
The name of the configuration.- Specified by:
getIdentityProviderConfigName
in interfaceCfnIdentityProviderConfigProps
-
getOidc
Description copied from interface:CfnIdentityProviderConfigProps
An object representing an OpenID Connect (OIDC) identity provider configuration.- Specified by:
getOidc
in interfaceCfnIdentityProviderConfigProps
-
getTags
Description copied from interface:CfnIdentityProviderConfigProps
The metadata to apply to the provider configuration to assist with categorization and organization.Each tag consists of a key and an optional value. You define both.
- Specified by:
getTags
in interfaceCfnIdentityProviderConfigProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-