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