interface IAccessPolicy
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EKS.IAccessPolicy |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awseks#IAccessPolicy |
Java | software.amazon.awscdk.services.eks.IAccessPolicy |
Python | aws_cdk.aws_eks.IAccessPolicy |
TypeScript (source) | aws-cdk-lib » aws_eks » 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.