Interface IAccessEntry
Represents an access entry in an Amazon EKS cluster.
Inherited Members
Namespace: Amazon.CDK.AWS.EKSv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccessEntry : IResource, IAccessEntryRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IAccessEntry Inherits IResource, IAccessEntryRef, IConstruct, IDependable, IEnvironmentAware
Remarks
An access entry defines the permissions and scope for a user or role to access an Amazon EKS cluster.
Extends: IResource *
Interface: IAccessEntry
Property: {string} accessEntryArn - The Amazon Resource Name (ARN) of the access entry.
Synopsis
Properties
| AccessEntryArn | The Amazon Resource Name (ARN) of the access entry. |
| AccessEntryName | The name of the access entry. |
Properties
AccessEntryArn
The Amazon Resource Name (ARN) of the access entry.
string AccessEntryArn { get; }
Property Value
Remarks
Attribute: true
AccessEntryName
The name of the access entry.
string AccessEntryName { get; }
Property Value
Remarks
Attribute: true