| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ServiceAccount |
Cluster.addServiceAccount(String id)
(experimental) Creates a new service account with corresponding IAM Role (IRSA).
|
ServiceAccount |
ICluster.addServiceAccount(String id)
(experimental) Creates a new service account with corresponding IAM Role (IRSA).
|
ServiceAccount |
ICluster.Jsii$Proxy.addServiceAccount(String id)
(experimental) Creates a new service account with corresponding IAM Role (IRSA).
|
ServiceAccount |
Cluster.addServiceAccount(String id,
ServiceAccountOptions options)
(experimental) Creates a new service account with corresponding IAM Role (IRSA).
|
ServiceAccount |
ICluster.addServiceAccount(String id,
ServiceAccountOptions options)
(experimental) Creates a new service account with corresponding IAM Role (IRSA).
|
ServiceAccount |
ICluster.Jsii$Proxy.addServiceAccount(String id,
ServiceAccountOptions options)
(experimental) Creates a new service account with corresponding IAM Role (IRSA).
|
default ServiceAccount |
ICluster.Jsii$Default.addServiceAccount(String id,
ServiceAccountOptions options)
(experimental) Creates a new service account with corresponding IAM Role (IRSA).
|
ServiceAccount |
ServiceAccount.Builder.build() |
Copyright © 2021. All rights reserved.