View source: R/eks_operations.R
eks_associate_access_policy | R Documentation |
Associates an access policy and its scope to an access entry. For more information about associating access policies, see Associating and disassociating access policies to and from access entries in the Amazon EKS User Guide.
See https://www.paws-r-sdk.com/docs/eks_associate_access_policy/ for full documentation.
eks_associate_access_policy(clusterName, principalArn, policyArn, accessScope)
clusterName |
[required] The name of your cluster. |
principalArn |
[required] The Amazon Resource Name (ARN) of the IAM user or role for the
|
policyArn |
[required] The ARN of the |
accessScope |
[required] The scope for the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.