Uses of Enum
software.amazon.awscdk.services.eks.IdentityType
-
Uses of IdentityType in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptiondefault IdentityType
ServiceAccountOptions.getIdentityType()
The identity type to use for the service account.final IdentityType
ServiceAccountOptions.Jsii$Proxy.getIdentityType()
final IdentityType
ServiceAccountProps.Jsii$Proxy.getIdentityType()
static IdentityType
Returns the enum constant of this type with the specified name.static IdentityType[]
IdentityType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier 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()