Uses of Enum
software.amazon.awscdk.services.eks.AccessScopeType
-
Uses of AccessScopeType in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionAccessPolicyNameOptions.getAccessScopeType()
The scope of the access policy.final AccessScopeType
AccessPolicyNameOptions.Jsii$Proxy.getAccessScopeType()
AccessScope.getType()
The scope type of the policy, either 'namespace' or 'cluster'.final AccessScopeType
AccessScope.Jsii$Proxy.getType()
static AccessScopeType
Returns the enum constant of this type with the specified name.static AccessScopeType[]
AccessScopeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAccessPolicyNameOptions.Builder.accessScopeType
(AccessScopeType accessScopeType) Sets the value ofAccessPolicyNameOptions.getAccessScopeType()
AccessScope.Builder.type
(AccessScopeType type) Sets the value ofAccessScope.getType()