Class OpenIdConnectProviderProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.OpenIdConnectProviderProps.Jsii$Proxy
All Implemented Interfaces:
OpenIdConnectProviderProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
OpenIdConnectProviderProps

@Stability(Stable) @Internal public static final class OpenIdConnectProviderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OpenIdConnectProviderProps
An implementation for OpenIdConnectProviderProps
  • 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

      protected Jsii$Proxy(OpenIdConnectProviderProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the OpenIdConnectProviderProps.Builder.
  • Method Details

    • getUrl

      public final String getUrl()
      Description copied from interface: OpenIdConnectProviderProps
      The 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:
      getUrl in interface OpenIdConnectProviderProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object