Class GkeHubScopeRbacRoleBindingRole.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_scope_rbac_role_binding.GkeHubScopeRbacRoleBindingRole.Jsii$Proxy
-
- All Implemented Interfaces:
GkeHubScopeRbacRoleBindingRole,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeHubScopeRbacRoleBindingRole
@Stability(Stable) @Internal public static final class GkeHubScopeRbacRoleBindingRole.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeHubScopeRbacRoleBindingRole
An implementation forGkeHubScopeRbacRoleBindingRole
-
-
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_scope_rbac_role_binding.GkeHubScopeRbacRoleBindingRole
GkeHubScopeRbacRoleBindingRole.Builder, GkeHubScopeRbacRoleBindingRole.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeHubScopeRbacRoleBindingRole.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeHubScopeRbacRoleBindingRole.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)StringgetPredefinedRole()PredefinedRole is an ENUM representation of the default Kubernetes Roles Possible values: ["UNKNOWN", "ADMIN", "EDIT", "VIEW"].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(GkeHubScopeRbacRoleBindingRole.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeHubScopeRbacRoleBindingRole.Builder.
-
-
Method Detail
-
getPredefinedRole
public final String getPredefinedRole()
Description copied from interface:GkeHubScopeRbacRoleBindingRolePredefinedRole is an ENUM representation of the default Kubernetes Roles Possible values: ["UNKNOWN", "ADMIN", "EDIT", "VIEW"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_scope_rbac_role_binding#predefined_role GkeHubScopeRbacRoleBinding#predefined_role}
- Specified by:
getPredefinedRolein interfaceGkeHubScopeRbacRoleBindingRole
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-