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
    • 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}