Interface ContainerAttachedClusterOidcConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ContainerAttachedClusterOidcConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.144Z")
    @Stability(Stable)
    public interface ContainerAttachedClusterOidcConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getIssuerUrl

        @Stability(Stable)
        @NotNull
        String getIssuerUrl()
        A JSON Web Token (JWT) issuer URI. 'issuer' must start with 'https://'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#issuer_url ContainerAttachedCluster#issuer_url}

      • getJwks

        @Stability(Stable)
        @Nullable
        default String getJwks()
        OIDC verification keys in JWKS format (RFC 7517).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#jwks ContainerAttachedCluster#jwks}