Show / Hide Table of Contents

Interface IAccessEntry

Represents an access entry in an Amazon EKS cluster.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IAccessEntryRef.AccessEntryRef
IEnvironmentAware.Env
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

string

Remarks

Attribute: true

AccessEntryName

The name of the access entry.

string AccessEntryName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX