Interface GkeHubScopeRbacRoleBindingRole
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeHubScopeRbacRoleBindingRole.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.386Z") @Stability(Stable) public interface GkeHubScopeRbacRoleBindingRole extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeHubScopeRbacRoleBindingRole.BuilderA builder forGkeHubScopeRbacRoleBindingRolestatic classGkeHubScopeRbacRoleBindingRole.Jsii$ProxyAn implementation forGkeHubScopeRbacRoleBindingRole
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeHubScopeRbacRoleBindingRole.Builderbuilder()default StringgetPredefinedRole()PredefinedRole is an ENUM representation of the default Kubernetes Roles Possible values: ["UNKNOWN", "ADMIN", "EDIT", "VIEW"].
-
-
-
Method Detail
-
getPredefinedRole
@Stability(Stable) @Nullable default String getPredefinedRole()
PredefinedRole 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}
-
builder
@Stability(Stable) static GkeHubScopeRbacRoleBindingRole.Builder builder()
-
-