@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.931Z") @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 AwsAuthMapping
Copyright © 2021. All rights reserved.