Class CfnIdentityProviderConfigMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnIdentityProviderConfigMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentityProviderConfigMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentityProviderConfigMixinProps
@Stability(Stable)
@Internal
public static final class CfnIdentityProviderConfigMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentityProviderConfigMixinProps
An implementation for
CfnIdentityProviderConfigMixinProps-
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.cfnpropertymixins.services.eks.CfnIdentityProviderConfigMixinProps
CfnIdentityProviderConfigMixinProps.Builder, CfnIdentityProviderConfigMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentityProviderConfigMixinProps.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 theCfnIdentityProviderConfigMixinProps.Builder.
-
-
Method Details
-
getClusterName
Description copied from interface:CfnIdentityProviderConfigMixinPropsThe name of your cluster.- Specified by:
getClusterNamein interfaceCfnIdentityProviderConfigMixinProps- See Also:
-
getIdentityProviderConfigName
Description copied from interface:CfnIdentityProviderConfigMixinPropsThe name of the configuration.- Specified by:
getIdentityProviderConfigNamein interfaceCfnIdentityProviderConfigMixinProps- See Also:
-
getOidc
Description copied from interface:CfnIdentityProviderConfigMixinPropsAn object representing an OpenID Connect (OIDC) identity provider configuration.Returns union: either
IResolvableorCfnIdentityProviderConfigPropsMixin.OidcIdentityProviderConfigProperty- Specified by:
getOidcin interfaceCfnIdentityProviderConfigMixinProps- See Also:
-
getTags
Description copied from interface:CfnIdentityProviderConfigMixinPropsMetadata 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 interfaceCfnIdentityProviderConfigMixinProps- See Also:
-
getType
Description copied from interface:CfnIdentityProviderConfigMixinPropsThe type of the identity provider configuration.The only type available is
oidc.- Specified by:
getTypein interfaceCfnIdentityProviderConfigMixinProps- 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()
-