public sealed class AwsAuthorization : IMessage<AwsAuthorization>, IEquatable<AwsAuthorization>, IDeepCloneable<AwsAuthorization>, IBufferMessage, IMessage
Configuration related to the cluster RBAC settings.
public RepeatedField<AwsClusterUser> AdminUsers { get; }
Required. 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eAwsAuthorization\u003c/code\u003e is 2.8.0, with multiple previous versions accessible, including down to version 1.0.0-beta01.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAwsAuthorization\u003c/code\u003e configures the Role-Based Access Control (RBAC) settings for a cluster.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAwsAuthorization\u003c/code\u003e is a sealed class that implements several interfaces for message handling and cloning, and inherits from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt allows for the definition of up to ten admin users via the \u003ccode\u003eAdminUsers\u003c/code\u003e property, granting them cluster-admin privileges.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAwsAuthorization\u003c/code\u003e has two constructor options, either a default or an option that takes another instance of itself.\u003c/p\u003e\n"]]],[],null,[]]