Skip to content

Commit 9970e90

Browse files
authored
Merge branch 'main' into conroy/docupdate
2 parents 0a54334 + 6190c14 commit 9970e90

File tree

1 file changed

+3
-2
lines changed
  • packages/@aws-cdk/aws-glue-alpha/lib

1 file changed

+3
-2
lines changed

packages/@aws-cdk/aws-glue-alpha/lib/job.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class WorkerType {
7474
/**
7575
* Job states emitted by Glue to CloudWatch Events.
7676
*
77-
* @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#glue-event-types for more information.
77+
* @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#glue-event-types
7878
*/
7979
export enum JobState {
8080
/**
@@ -583,7 +583,8 @@ export interface JobProps {
583583
/**
584584
* The default arguments for this job, specified as name-value pairs.
585585
*
586-
* @see https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html for a list of reserved parameters
586+
* @see https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html
587+
*
587588
* @default - no arguments
588589
*/
589590
readonly defaultArguments?: { [key: string]: string };

0 commit comments

Comments
 (0)