interface AccessEntryAttributes
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EKSv2.AccessEntryAttributes |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awseksv2#AccessEntryAttributes |
Java | software.amazon.awscdk.services.eks_v2.AccessEntryAttributes |
Python | aws_cdk.aws_eks_v2.AccessEntryAttributes |
TypeScript (source) | aws-cdk-lib » aws_eks_v2 » 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 { aws_eks_v2 as eks_v2 } from 'aws-cdk-lib';
const accessEntryAttributes: eks_v2.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 (