interface AccessEntryReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EKS.AccessEntryReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awseks#AccessEntryReference |
![]() | software.amazon.awscdk.services.eks.AccessEntryReference |
![]() | aws_cdk.aws_eks.AccessEntryReference |
![]() | aws-cdk-lib » aws_eks » AccessEntryReference |
A reference to a AccessEntry resource.
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 accessEntryReference: eks.AccessEntryReference = {
accessEntryArn: 'accessEntryArn',
clusterName: 'clusterName',
principalArn: 'principalArn',
};
Properties
Name | Type | Description |
---|---|---|
access | string | The ARN of the AccessEntry resource. |
cluster | string | The ClusterName of the AccessEntry resource. |
principal | string | The PrincipalArn of the AccessEntry resource. |
accessEntryArn
Type:
string
The ARN of the AccessEntry resource.
clusterName
Type:
string
The ClusterName of the AccessEntry resource.
principalArn
Type:
string
The PrincipalArn of the AccessEntry resource.