Skip to content

Commit

Permalink
Add passthrough prop
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJHall committed Jul 16, 2024
1 parent 5c5a162 commit 6fcaf99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/graphql-mesh-server/lib/graphql-mesh-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6fcaf99

Please sign in to comment.