Uses of Class
software.amazon.awscdk.services.eks.ServiceAccount
-
Uses of ServiceAccount in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionCluster.addServiceAccount
(String id) Creates a new service account with corresponding IAM Role (IRSA).Cluster.addServiceAccount
(String id, ServiceAccountOptions options) Creates a new service account with corresponding IAM Role (IRSA).ICluster.addServiceAccount
(String id) Creates a new service account with corresponding IAM Role (IRSA).ICluster.addServiceAccount
(String id, ServiceAccountOptions options) Creates a new service account with corresponding IAM Role (IRSA).default ServiceAccount
ICluster.Jsii$Default.addServiceAccount
(String id, ServiceAccountOptions options) Creates a new service account with corresponding IAM Role (IRSA).final ServiceAccount
ICluster.Jsii$Proxy.addServiceAccount
(String id) Creates a new service account with corresponding IAM Role (IRSA).final ServiceAccount
ICluster.Jsii$Proxy.addServiceAccount
(String id, ServiceAccountOptions options) Creates a new service account with corresponding IAM Role (IRSA).ServiceAccount.Builder.build()