Uses of Class
software.amazon.awscdk.services.eks.ServiceAccount
Packages that use ServiceAccount
-
Uses of ServiceAccount in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return ServiceAccountModifier 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 ServiceAccountICluster.Jsii$Default.addServiceAccount(String id, ServiceAccountOptions options) Creates a new service account with corresponding IAM Role (IRSA).final ServiceAccountICluster.Jsii$Proxy.addServiceAccount(String id) Creates a new service account with corresponding IAM Role (IRSA).final ServiceAccountICluster.Jsii$Proxy.addServiceAccount(String id, ServiceAccountOptions options) Creates a new service account with corresponding IAM Role (IRSA).ServiceAccount.Builder.build()