IAccessPolicy

class aws_cdk.aws_eks.IAccessPolicy(*args, **kwargs)

Bases: Protocol

Represents an access policy that defines the permissions and scope for a user or role to access an Amazon EKS cluster.

Interface:

IAccessPolicy

Attributes

access_scope

The scope of the access policy, which determines the level of access granted.

policy

The access policy itself, which defines the specific permissions.