Uses of Class
software.amazon.awscdk.services.eks.AccessPolicyArn
-
Uses of AccessPolicyArn in software.amazon.awscdk.services.eks
Modifier and TypeFieldDescriptionstatic final AccessPolicyArn
AccessPolicyArn.AMAZON_EKS_ADMIN_POLICY
The Amazon EKS Admin Policy.static final AccessPolicyArn
AccessPolicyArn.AMAZON_EKS_ADMIN_VIEW_POLICY
The Amazon EKS Admin View Policy.static final AccessPolicyArn
AccessPolicyArn.AMAZON_EKS_CLUSTER_ADMIN_POLICY
The Amazon EKS Cluster Admin Policy.static final AccessPolicyArn
AccessPolicyArn.AMAZON_EKS_EDIT_POLICY
The Amazon EKS Edit Policy.static final AccessPolicyArn
AccessPolicyArn.AMAZON_EKS_VIEW_POLICY
The Amazon EKS View Policy.Modifier and TypeMethodDescriptionAccessPolicyProps.getPolicy()
The access policy itself, which defines the specific permissions.final AccessPolicyArn
AccessPolicyProps.Jsii$Proxy.getPolicy()
static AccessPolicyArn
Creates a new instance of the AccessPolicy class with the specified policy name.Modifier and TypeMethodDescriptionAccessPolicy.Builder.policy
(AccessPolicyArn policy) The access policy itself, which defines the specific permissions.AccessPolicyProps.Builder.policy
(AccessPolicyArn policy) Sets the value ofAccessPolicyProps.getPolicy()