Class CfnIdentityProviderConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.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.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 name of your cluster.final StringThe name of the configuration.final ObjectgetOidc()An object representing an OpenID Connect (OIDC) identity provider configuration.getTags()Metadata that assists 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 name of your cluster.- Specified by:
getClusterNamein interfaceCfnIdentityProviderConfigProps- See Also:
-
getType
Description copied from interface:CfnIdentityProviderConfigPropsThe type of the identity provider configuration.The only type available is
oidc.- Specified by:
getTypein interfaceCfnIdentityProviderConfigProps- See Also:
-
getIdentityProviderConfigName
Description copied from interface:CfnIdentityProviderConfigPropsThe name of the configuration.- Specified by:
getIdentityProviderConfigNamein interfaceCfnIdentityProviderConfigProps- See Also:
-
getOidc
Description copied from interface:CfnIdentityProviderConfigPropsAn object representing an OpenID Connect (OIDC) identity provider configuration.Returns union: either
IResolvableorCfnIdentityProviderConfig.OidcIdentityProviderConfigProperty- Specified by:
getOidcin interfaceCfnIdentityProviderConfigProps- See Also:
-
getTags
Description copied from interface:CfnIdentityProviderConfigPropsMetadata that assists with categorization and organization.Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or AWS resources.
- Specified by:
getTagsin interfaceCfnIdentityProviderConfigProps- See Also:
-
$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()
-