interface AccessEntryAttributes
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Eks.V2.Alpha.AccessEntryAttributes |
Go | github.com/aws/aws-cdk-go/awscdkeksv2alpha/v2#AccessEntryAttributes |
Java | software.amazon.awscdk.services.eks.v2.alpha.AccessEntryAttributes |
Python | aws_cdk.aws_eks_v2_alpha.AccessEntryAttributes |
TypeScript (source) | @aws-cdk/aws-eks-v2-alpha » AccessEntryAttributes |
Represents the attributes of an access entry.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as eks_v2_alpha from '@aws-cdk/aws-eks-v2-alpha';
const accessEntryAttributes: eks_v2_alpha.AccessEntryAttributes = {
accessEntryArn: 'accessEntryArn',
accessEntryName: 'accessEntryName',
};
Properties
| Name | Type | Description |
|---|---|---|
| access | string | The Amazon Resource Name (ARN) of the access entry. |
| access | string | The name of the access entry. |
accessEntryArn
Type:
string
The Amazon Resource Name (ARN) of the access entry.
accessEntryName
Type:
string
The name of the access entry.

.NET
Go
Java
Python
TypeScript (