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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.legacy.CfnIdentityProviderConfigProps
CfnIdentityProviderConfigProps.Builder, CfnIdentityProviderConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentityProviderConfigProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe cluster that the configuration is associated to.final StringThe name of the configuration.final ObjectgetOidc()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 StringgetType()The type of the identity provider configuration.final inthashCode()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:CfnIdentityProviderConfigPropsThe cluster that the configuration is associated to.- Specified by:
getClusterNamein interfaceCfnIdentityProviderConfigProps
-
getType
Description copied from interface:CfnIdentityProviderConfigPropsThe type of the identity provider configuration.The only type available is
oidc.- Specified by:
getTypein interfaceCfnIdentityProviderConfigProps
-
getIdentityProviderConfigName
Description copied from interface:CfnIdentityProviderConfigPropsThe name of the configuration.- Specified by:
getIdentityProviderConfigNamein interfaceCfnIdentityProviderConfigProps
-
getOidc
Description copied from interface:CfnIdentityProviderConfigPropsAn object representing an OpenID Connect (OIDC) identity provider configuration.- Specified by:
getOidcin interfaceCfnIdentityProviderConfigProps
-
getTags
Description copied from interface:CfnIdentityProviderConfigPropsThe 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:
getTagsin interfaceCfnIdentityProviderConfigProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-