Uses of Interface
software.amazon.awscdk.services.eks.ServiceAccountOptions
-
Uses of ServiceAccountOptions in software.amazon.awscdk.services.eks
Modifier and TypeInterfaceDescriptioninterface
Properties for defining service accounts.Modifier and TypeClassDescriptionstatic final class
An implementation forServiceAccountOptions
static final class
An implementation forServiceAccountProps
Modifier and TypeMethodDescriptionServiceAccountOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCluster.addServiceAccount
(String id, ServiceAccountOptions options) 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, ServiceAccountOptions options) Creates a new service account with corresponding IAM Role (IRSA).