Interface GkeHubMembershipAuthority
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeHubMembershipAuthority.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.362Z") @Stability(Stable) public interface GkeHubMembershipAuthority extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeHubMembershipAuthority.BuilderA builder forGkeHubMembershipAuthoritystatic classGkeHubMembershipAuthority.Jsii$ProxyAn implementation forGkeHubMembershipAuthority
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeHubMembershipAuthority.Builderbuilder()StringgetIssuer()A JSON Web Token (JWT) issuer URI.
-
-
-
Method Detail
-
getIssuer
@Stability(Stable) @NotNull String getIssuer()
A JSON Web Token (JWT) issuer URI.'issuer' must start with 'https://' and // be a valid with length <2000 characters. For example: 'https://container.googleapis.com/v1/projects/my-project/locations/us-west1/clusters/my-cluster' (must be 'locations' rather than 'zones'). If the cluster is provisioned with Terraform, this is '"https://container.googleapis.com/v1/${google_container_cluster.my-cluster.id}"'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_membership#issuer GkeHubMembership#issuer}
-
builder
@Stability(Stable) static GkeHubMembershipAuthority.Builder builder()
- Returns:
- a
GkeHubMembershipAuthority.BuilderofGkeHubMembershipAuthority
-
-