Class AccessEntryAttributes
Represents the attributes of an access entry.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.EKS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AccessEntryAttributes : Object, IAccessEntryAttributes
Syntax (vb)
Public Class AccessEntryAttributes
Inherits Object
Implements IAccessEntryAttributes
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EKS;
var accessEntryAttributes = new AccessEntryAttributes {
AccessEntryArn = "accessEntryArn",
AccessEntryName = "accessEntryName"
};
Synopsis
Constructors
Access |
Properties
Access |
The Amazon Resource Name (ARN) of the access entry. |
Access |
The name of the access entry. |
Constructors
AccessEntryAttributes()
public AccessEntryAttributes()
Properties
AccessEntryArn
The Amazon Resource Name (ARN) of the access entry.
public string AccessEntryArn { get; set; }
Property Value
System.
AccessEntryName
The name of the access entry.
public string AccessEntryName { get; set; }
Property Value
System.