eks-for-prod
Version:
EKS Cluster + EFS Filesystem + Aurora Serverless Cluster
9 lines • 336 B
TypeScript
import { Construct } from '@aws-cdk/core';
import { ICluster } from '@aws-cdk/aws-eks';
export interface AwsEfsCsiDriverProps {
cluster: ICluster;
}
export declare class AwsEfsCsiDriver extends Construct {
constructor(scope: Construct, id: string, props: AwsEfsCsiDriverProps);
}
//# sourceMappingURL=aws-efs-csi-driver.d.ts.map