Class OidcProviderNativeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.OidcProviderNativeProps.Jsii$Proxy
- All Implemented Interfaces:
OidcProviderNativeProps,OpenIdConnectProviderProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
OidcProviderNativeProps
@Stability(Stable)
@Internal
public static final class OidcProviderNativeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements OidcProviderNativeProps
An implementation for
OidcProviderNativeProps-
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.OidcProviderNativeProps
OidcProviderNativeProps.Builder, OidcProviderNativeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theOidcProviderNativeProps.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 RemovalPolicyThe removal policy to apply to the OpenID Connect Provider.final StringgetUrl()The URL of the identity provider.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 theOidcProviderNativeProps.Builder.
-
-
Method Details
-
getUrl
Description copied from interface:OpenIdConnectProviderPropsThe URL of the identity provider.The URL must begin with https:// and should correspond to the iss claim in the provider's OpenID Connect ID tokens. Per the OIDC standard, path components are allowed but query parameters are not. Typically the URL consists of only a hostname, like https://server.example.org or https://example.com.
You can find your OIDC Issuer URL by: aws eks describe-cluster --name %cluster_name% --query "cluster.identity.oidc.issuer" --output text
- Specified by:
getUrlin interfaceOpenIdConnectProviderProps
-
getRemovalPolicy
Description copied from interface:OpenIdConnectProviderPropsThe removal policy to apply to the OpenID Connect Provider.Default: - RemovalPolicy.DESTROY
- Specified by:
getRemovalPolicyin interfaceOpenIdConnectProviderProps
-
$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()
-