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