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