Uses of Class
software.amazon.awscdk.services.eks_v2.ServiceAccount
Packages that use ServiceAccount
-
Uses of ServiceAccount in software.amazon.awscdk.services.eks_v2
Methods in software.amazon.awscdk.services.eks_v2 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) 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).ServiceAccount.Builder.build()