interface CapabilityReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EKS.CapabilityReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awseks#CapabilityReference |
Java | software.amazon.awscdk.interfaces.eks.CapabilityReference |
Python | aws_cdk.interfaces.aws_eks.CapabilityReference |
TypeScript | aws-cdk-lib » interfaces » aws_eks » CapabilityReference |
A reference to a Capability 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 interfaces_eks } from 'aws-cdk-lib/interfaces';
const capabilityReference: interfaces_eks.CapabilityReference = {
capabilityArn: 'capabilityArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| capability | string | The Arn of the Capability resource. |
capabilityArn
Type:
string
The Arn of the Capability resource.

.NET
Go
Java
Python
TypeScript