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