@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:25.868Z") @Stability(value=Experimental) public interface Mapping extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Mapping.Builder
A builder for
Mapping |
static class |
Mapping.Jsii$Proxy
An implementation for
Mapping |
| Modifier and Type | Method and Description |
|---|---|
static Mapping.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 Mapping.Builder builder()
Mapping.Builder of MappingCopyright © 2020. All rights reserved.