Uses of Interface
software.amazon.awscdk.services.eks.IAccessPolicy
Packages that use IAccessPolicy
-
Uses of IAccessPolicy in software.amazon.awscdk.services.eks
Subinterfaces of IAccessPolicy in software.amazon.awscdk.services.eksModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAccessPolicy.Classes in software.amazon.awscdk.services.eks that implement IAccessPolicyModifier and TypeClassDescriptionclassRepresents an Amazon EKS Access Policy that implements the IAccessPolicy interface.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.eks that return IAccessPolicyModifier and TypeMethodDescriptionstatic IAccessPolicyAccessPolicy.fromAccessPolicyName(String policyName, AccessPolicyNameOptions options) Import AccessPolicy by name.Methods in software.amazon.awscdk.services.eks that return types with arguments of type IAccessPolicyModifier and TypeMethodDescriptionAccessEntryProps.getAccessPolicies()The access policies that define the permissions and scope for the access entry.final List<IAccessPolicy> AccessEntryProps.Jsii$Proxy.getAccessPolicies()Method parameters in software.amazon.awscdk.services.eks with type arguments of type IAccessPolicyModifier 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()voidAccessEntry.addAccessPolicies(List<IAccessPolicy> newAccessPolicies) Add the access policies for this entry.voidCluster.grantAccess(String id, String principal, List<IAccessPolicy> accessPolicies) Grants the specified IAM principal access to the EKS cluster based on the provided access policies.