Class ContainerAttachedClusterAuthorization.Jsii$Proxy

    • 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.
    • Method Detail

      • getAdminGroups

        public final List<String> getAdminGroups()
        Description copied from interface: ContainerAttachedClusterAuthorization
        Groups that can perform operations as a cluster admin.

        A managed ClusterRoleBinding will be created to grant the 'cluster-admin' ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#admin_groups ContainerAttachedCluster#admin_groups}

        Specified by:
        getAdminGroups in interface ContainerAttachedClusterAuthorization
      • getAdminUsers

        public final List<String> getAdminUsers()
        Description copied from interface: ContainerAttachedClusterAuthorization
        Users that can perform operations as a cluster admin.

        A managed ClusterRoleBinding will be created to grant the 'cluster-admin' ClusterRole to the users. Up to ten admin users can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#admin_users ContainerAttachedCluster#admin_users}

        Specified by:
        getAdminUsers in interface ContainerAttachedClusterAuthorization
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object