interface AccessEntryAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Eks.V2.Alpha.AccessEntryAttributes |
![]() | github.com/aws/aws-cdk-go/awscdkeks-v2alpha/v2#AccessEntryAttributes |
![]() | software.amazon.awscdk.services.eks.v2.alpha.AccessEntryAttributes |
![]() | aws_cdk.aws_eks_v2_alpha.AccessEntryAttributes |
![]() | @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.