@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface ClusterCapability

    ClusterCapability is the interface to which all EKS Capabilities will conform.

    interface ClusterCapability {
        type: CapabilityType;
        create(clusterInfo: ClusterInfo): Construct;
    }

    Implemented by

    Index

    CapabilityType