File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/@aws-cdk/aws-glue-alpha/lib Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export class WorkerType {
74
74
/**
75
75
* Job states emitted by Glue to CloudWatch Events.
76
76
*
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
78
78
*/
79
79
export enum JobState {
80
80
/**
@@ -583,7 +583,8 @@ export interface JobProps {
583
583
/**
584
584
* The default arguments for this job, specified as name-value pairs.
585
585
*
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
+ *
587
588
* @default - no arguments
588
589
*/
589
590
readonly defaultArguments ?: { [ key : string ] : string } ;
You can’t perform that action at this time.
0 commit comments