Skip to content

Commit

Permalink
chore(deadline): adding public to properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ryyakobe committed Feb 26, 2021
1 parent 0f3d59a commit eb3bb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-rfdk/lib/deadline/lib/spot-event-plugin-fleet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export class SpotEventPluginFleet extends Construct implements ISpotEventPluginF
*
* @default - Workers are not assigned to any group
*/
readonly deadlineGroups: string[];
public readonly deadlineGroups: string[];

/**
* Name of SSH keypair to grant access to instances.
Expand All @@ -400,7 +400,7 @@ export class SpotEventPluginFleet extends Construct implements ISpotEventPluginF
*
* @default - the Spot Fleet request remains until you cancel it.
*/
readonly validUntil?: Expiration;
public readonly validUntil?: Expiration;

/**
* The Block devices that will be attached to your workers.
Expand Down

0 comments on commit eb3bb4a

Please sign in to comment.