Skip to content

Disassociate Access Policy

eks_disassociate_access_policy R Documentation

Disassociates an access policy from an access entry

Description

Disassociates an access policy from an access entry.

Usage

eks_disassociate_access_policy(clusterName, principalArn, policyArn)

Arguments

clusterName

[required] The name of your cluster.

principalArn

[required] The ARN of the IAM principal for the AccessEntry.

policyArn

[required] The ARN of the policy to disassociate from the access entry. For a list of associated policies ARNs, use list_associated_access_policies.

Value

An empty list.

Request syntax

svc$disassociate_access_policy(
  clusterName = "string",
  principalArn = "string",
  policyArn = "string"
)