Uses of Interface
software.amazon.awscdk.services.eks.IAccessPolicy
-
Uses of IAccessPolicy in software.amazon.awscdk.services.eks
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAccessPolicy
.Modifier and TypeClassDescriptionclass
Represents an Amazon EKS Access Policy that implements the IAccessPolicy interface.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IAccessPolicy
AccessPolicy.fromAccessPolicyName
(String policyName, AccessPolicyNameOptions options) Import AccessPolicy by name.Modifier and TypeMethodDescriptionAccessEntryProps.getAccessPolicies()
The access policies that define the permissions and scope for the access entry.final List<IAccessPolicy>
AccessEntryProps.Jsii$Proxy.getAccessPolicies()
Modifier and TypeMethodDescriptionAccessEntry.Builder.accessPolicies
(List<? extends IAccessPolicy> accessPolicies) The access policies that define the permissions and scope for the access entry.AccessEntryProps.Builder.accessPolicies
(List<? extends IAccessPolicy> accessPolicies) Sets the value ofAccessEntryProps.getAccessPolicies()
void
AccessEntry.addAccessPolicies
(List<IAccessPolicy> newAccessPolicies) Add the access policies for this entry.void
Cluster.grantAccess
(String id, String principal, List<IAccessPolicy> accessPolicies) Grants the specified IAM principal access to the EKS cluster based on the provided access policies.