interface IAccessPolicy
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Eks.V2.Alpha.IAccessPolicy |
Go | github.com/aws/aws-cdk-go/awscdkeksv2alpha/v2#IAccessPolicy |
Java | software.amazon.awscdk.services.eks.v2.alpha.IAccessPolicy |
Python | aws_cdk.aws_eks_v2_alpha.IAccessPolicy |
TypeScript (source) | @aws-cdk/aws-eks-v2-alpha » IAccessPolicy |
Implemented by
Access
Obtainable from
Access.fromAccessPolicyName()
Represents an access policy that defines the permissions and scope for a user or role to access an Amazon EKS cluster.
Properties
| Name | Type | Description |
|---|---|---|
| access | Access | The scope of the access policy, which determines the level of access granted. |
| policy | string | The access policy itself, which defines the specific permissions. |
accessScope
Type:
Access
The scope of the access policy, which determines the level of access granted.
policy
Type:
string
The access policy itself, which defines the specific permissions.

.NET
Go
Java
Python
TypeScript (