Class GkeHubMembershipAuthority.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_membership.GkeHubMembershipAuthority.Jsii$Proxy
-
- All Implemented Interfaces:
GkeHubMembershipAuthority,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeHubMembershipAuthority
@Stability(Stable) @Internal public static final class GkeHubMembershipAuthority.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeHubMembershipAuthority
An implementation forGkeHubMembershipAuthority
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.gke_hub_membership.GkeHubMembershipAuthority
GkeHubMembershipAuthority.Builder, GkeHubMembershipAuthority.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeHubMembershipAuthority.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeHubMembershipAuthority.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetIssuer()A JSON Web Token (JWT) issuer URI.inthashCode()
-
-
-
Constructor Detail
-
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(GkeHubMembershipAuthority.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeHubMembershipAuthority.Builder.
-
-
Method Detail
-
getIssuer
public final String getIssuer()
Description copied from interface:GkeHubMembershipAuthorityA 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}
- Specified by:
getIssuerin interfaceGkeHubMembershipAuthority
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-