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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAttachedClusterOidcConfig.BuilderA builder forContainerAttachedClusterOidcConfigstatic classContainerAttachedClusterOidcConfig.Jsii$ProxyAn implementation forContainerAttachedClusterOidcConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerAttachedClusterOidcConfig.Builderbuilder()StringgetIssuerUrl()A JSON Web Token (JWT) issuer URI.default StringgetJwks()OIDC verification keys in JWKS format (RFC 7517).
-
-
-
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}
-
builder
@Stability(Stable) static ContainerAttachedClusterOidcConfig.Builder builder()
-
-