Uses of Enum Class
software.amazon.awscdk.services.eks.IdentityType
Packages that use IdentityType
-
Uses of IdentityType in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return IdentityTypeModifier and TypeMethodDescriptiondefault IdentityTypeServiceAccountOptions.getIdentityType()The identity type to use for the service account.final IdentityTypeServiceAccountOptions.Jsii$Proxy.getIdentityType()final IdentityTypeServiceAccountProps.Jsii$Proxy.getIdentityType()static IdentityTypeReturns the enum constant of this class with the specified name.static IdentityType[]IdentityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.eks with parameters of type IdentityTypeModifier and TypeMethodDescriptionServiceAccount.Builder.identityType(IdentityType identityType) The identity type to use for the service account.ServiceAccountOptions.Builder.identityType(IdentityType identityType) Sets the value ofServiceAccountOptions.getIdentityType()ServiceAccountProps.Builder.identityType(IdentityType identityType) Sets the value ofServiceAccountOptions.getIdentityType()