diff --git a/packages/graphql-mesh-server/lib/graphql-mesh-server.ts b/packages/graphql-mesh-server/lib/graphql-mesh-server.ts index eed38c66..fe9733c3 100644 --- a/packages/graphql-mesh-server/lib/graphql-mesh-server.ts +++ b/packages/graphql-mesh-server/lib/graphql-mesh-server.ts @@ -219,6 +219,13 @@ export type MeshHostingProps = { * @default - AWS generated task definition family name */ taskDefinitionFamilyName?: string; + + /** + * Specify a name for the dashboard + * + * @default - {stackName}-Mesh-Dashboard + */ + dashboardName?: string; }; export class MeshHosting extends Construct {