@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.370Z") @Stability(value=Experimental) public interface AwsAuthMapping extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AwsAuthMapping.Builder
A builder for
AwsAuthMapping |
static class |
AwsAuthMapping.Jsii$Proxy
An implementation for
AwsAuthMapping |
| Modifier and Type | Method and Description |
|---|---|
static AwsAuthMapping.Builder |
builder() |
List<String> |
getGroups()
(experimental) A list of groups within Kubernetes to which the role is mapped.
|
default String |
getUsername()
(experimental) The user name within Kubernetes to map to the IAM role.
|
@Stability(value=Experimental) @NotNull List<String> getGroups()
https://kubernetes.io/docs/reference/access-authn-authz/rbac/#default-roles-and-role-bindings@Stability(value=Experimental) @Nullable default String getUsername()
Default: - By default, the user name is the ARN of the IAM role.
@Stability(value=Experimental) static AwsAuthMapping.Builder builder()
AwsAuthMapping.Builder of AwsAuthMappingCopyright © 2021. All rights reserved.