Skip to content

Commit 62f62a0

Browse files
Update sra-patch_mgmt-configuration.yaml
1 parent 1a3fc98 commit 62f62a0

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/templates/sra-patch_mgmt-configuration.yaml

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Metadata:
122122
default: Patch Management Role Name
123123
pDisablePatchMgmt:
124124
default: Disable Patch Management Solution
125-
# Window 1
125+
# Window 1 - main title of parameter
126126
pPatchMgmtMaintWindow1Name:
127127
default: Patch Management Maintenance Window 1 Name
128128
pPatchMgmtMaintWindow1Desc:
@@ -148,10 +148,10 @@ Metadata:
148148
pPatchMgmtTarget1Desc:
149149
default: Patch Management Target 1 Description
150150
pPatchMgmtTarget1Value1:
151-
default: Patch Management Target 1 Value 1
151+
default: Patch Management Target 1 Tag 1
152152
pPatchMgmtTarget1Value2:
153-
default: Patch Management Target 1 Value 2
154-
# Window 2
153+
default: Patch Management Target 1 Tag 2
154+
# Window 2 - main title of parameter
155155
pPatchMgmtMaintWindow2Name:
156156
default: Patch Management Maintenance Window 2 Name
157157
pPatchMgmtMaintWindow2Desc:
@@ -177,8 +177,8 @@ Metadata:
177177
pPatchMgmtTarget2Desc:
178178
default: Patch Management Target 2 Description
179179
pPatchMgmtTarget2Value1:
180-
default: Patch Management Target 2 Value 1
181-
# Window 3
180+
default: Patch Management Target 2 Tag
181+
# Window 3 - main title of parameter
182182
pPatchMgmtMaintWindow3Name:
183183
default: Patch Management Maintenance Window 3 Name
184184
pPatchMgmtMaintWindow3Desc:
@@ -204,7 +204,7 @@ Metadata:
204204
pPatchMgmtTarget3Desc:
205205
default: Patch Management Target 3 Description
206206
pPatchMgmtTarget3Value1:
207-
default: Patch Management Target 3 Value 1
207+
default: Patch Management Target 3 Tag
208208

209209
Parameters:
210210
pDisablePatchMgmt:
@@ -312,33 +312,33 @@ Parameters:
312312
SRA Staging S3 bucket name for the artifacts relevant to solution. (e.g., lambda zips, CloudFormation templates) S3 bucket name can include
313313
numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
314314
Type: String
315-
# Window 1
315+
# Window 1 - parameter sub-description and default value
316316
pPatchMgmtMaintWindow1Name:
317317
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
318318
ConstraintDescription: Maintenance Window name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
319-
Description: Patch Management Maintenance Window 1 Name
319+
Description: Name for first Maintenance Window
320320
Default: Update_SSM
321321
Type: String
322322
pPatchMgmtMaintWindow1Desc:
323323
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
324324
ConstraintDescription: Maintenance Window description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
325-
Description: Patch Management Maintenance Window 1 Description
326-
Default: Maintenance Window update the SSM Agent on managed Instances
325+
Description: Description for first Maintenance Window
326+
Default: Maintenance Window To Update The SSM Agent On Managed Instances
327327
Type: String
328328
pPatchMgmtMaintWindow1Schedule:
329329
AllowedPattern: '^(rate\(((1 (hour|minute|day))|(\d+(hours|minutes|days)))\))|(cron\(\s*($|#|\w+\s*=|(\?|\*|(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?(?:,(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?)*)\s+(\?|\*|(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?(?:,(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?)*)\s+(\?|\*|(?:[01]?\d|2[0-3])(?:(?:-|/|\,)(?:[01]?\d|2[0-3]))?(?:,(?:[01]?\d|2[0-3])(?:(?:-|/|\,)(?:[01]?\d|2[0-3]))?)*)\s+(\?|\*|(?:0?[1-9]|[12]\d|3[01])(?:(?:-|/|\,)(?:0?[1-9]|[12]\d|3[01]))?(?:,(?:0?[1-9]|[12]\d|3[01])(?:(?:-|/|\,)(?:0?[1-9]|[12]\d|3[01]))?)*)\s+(\?|\*|(?:[1-9]|1[012])(?:(?:-|/|\,)(?:[1-9]|1[012]))?(?:L|W)?(?:,(?:[1-9]|1[012])(?:(?:-|/|\,)(?:[1-9]|1[012]))?(?:L|W)?)*|\?|\*|(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(?:(?:-)(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?(?:,(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(?:(?:-)(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?)*)\s+(\?|\*|(?:[0-6])(?:(?:-|/|\,|#)(?:[0-6]))?(?:L)?(?:,(?:[0-6])(?:(?:-|/|\,|#)(?:[0-6]))?(?:L)?)*|\?|\*|(?:MON|TUE|WED|THU|FRI|SAT|SUN)(?:(?:-)(?:MON|TUE|WED|THU|FRI|SAT|SUN))?(?:,(?:MON|TUE|WED|THU|FRI|SAT|SUN)(?:(?:-)(?:MON|TUE|WED|THU|FRI|SAT|SUN))?)*)(|\s)+(\?|\*|(?:|\d{4})(?:(?:-|/|\,)(?:|\d{4}))?(?:,(?:|\d{4})(?:(?:-|/|\,)(?:|\d{4}))?)*))\))$'
330-
Description: Patch Management Maintenance Window 1 schedule
330+
Description: Scheduled start time of the first Maintenance Window
331331
Default: "cron(0 0 1 ? * WED *)"
332332
Type: String
333333
pPatchMgmtMaintWindow1Duration:
334334
ConstraintDescription: Must be a number between 1 and 24.
335-
Description: Patch Management Maintenance Window 1 Duration (hrs)
335+
Description: Duration (hours) of the Maintenance Window
336336
Default: 6
337337
Type: Number
338338
MinValue: 1
339339
MaxValue: 24
340340
pPatchMgmtMaintWindow1Cutoff:
341-
Description: Stop initiating tasks before maintenance window ends (hrs)
341+
Description: Stop initiating tasks (hours) before maintenance window ends
342342
Default: 1
343343
Type: Number
344344
MinValue: 0
@@ -426,19 +426,19 @@ Parameters:
426426
pPatchMgmtTask1Name:
427427
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
428428
ConstraintDescription: Maintenance Window Task Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
429-
Description: Patch Management Task 1 Name
429+
Description: Name of the first Task to Update SSM Agent
430430
Type: String
431-
Default: Update_SSMAgent
431+
Default: Update SSMAgent On Managed Instances
432432
pPatchMgmtTask1Desc:
433433
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
434434
ConstraintDescription: Maintenance Window Task Description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
435-
Description: Patch Management Task 1 Description
436-
Default: Task to update SSM Agent on all managed Instances
435+
Description: Description of the Task to Update SSM Agent
436+
Default: Task To Update SSMAgent On Managed Instances
437437
Type: String
438438
pPatchMgmtTask1Operation:
439439
AllowedValues: ["Scan", "Install"]
440440
ConstraintDescription: Task Operation can be either Scan or Install.
441-
Description: Patch Management Task 1 Operation
441+
Description: Patch Management Task 1 Operation (Scan Only, or Install Patches)
442442
Default: Scan
443443
Type: String
444444
pPatchMgmtTask1RunCmd:
@@ -449,52 +449,52 @@ Parameters:
449449
pPatchMgmtTarget1Name:
450450
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
451451
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
452-
Description: Patch Management Target 1 Name
453-
Default: AWS-UpdateSSMAgent
452+
Description: Name of Target Group for first Maintenance Window
453+
Default: Targets To Update SSMAgent On Managed Instances
454454
Type: String
455455
pPatchMgmtTarget1Desc:
456456
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
457457
ConstraintDescription: Maintenance Window Target Desription can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
458-
Description: Patch Management Target 1 Description
459-
Default: Targets to run the command to update SSM Agent
458+
Description: Description of Target Group for first Maintenance Window
459+
Default: Targets To Update SSMAgent On Managed Instances
460460
Type: String
461461
pPatchMgmtTarget1Value1:
462462
AllowedValues: [Linux]
463-
Description: Patch Management Tag Value of Target group 1
463+
Description: Patch Management Tag 1 Value of Target
464464
Default: Linux
465465
Type: String
466466
pPatchMgmtTarget1Value2:
467467
AllowedValues: [Windows]
468-
Description: Patch Management Tag Value of Target group 1
468+
Description: Patch Management Tag 2 Value of Target
469469
Default: Windows
470470
Type: String
471-
# Window 2
471+
# Window 2 - parameter sub-description and default value
472472
pPatchMgmtMaintWindow2Name:
473473
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
474474
ConstraintDescription: Maintenance Window name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
475-
Description: Patch Management Maintenance Window 2 Name
475+
Description: Name for second Maintenance Window
476476
Default: Windows_Scan
477477
Type: String
478478
pPatchMgmtMaintWindow2Desc:
479479
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
480480
ConstraintDescription: Maintenance Window description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
481-
Description: Patch Management Maintenance Window Description
481+
Description: Description for second Maintenance Window
482482
Default: Maintenance Window to scan Windows Instances
483483
Type: String
484484
pPatchMgmtMaintWindow2Schedule:
485485
AllowedPattern: '^(rate\(((1 (hour|minute|day))|(\d+(hours|minutes|days)))\))|(cron\(\s*($|#|\w+\s*=|(\?|\*|(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?(?:,(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?)*)\s+(\?|\*|(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?(?:,(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?)*)\s+(\?|\*|(?:[01]?\d|2[0-3])(?:(?:-|/|\,)(?:[01]?\d|2[0-3]))?(?:,(?:[01]?\d|2[0-3])(?:(?:-|/|\,)(?:[01]?\d|2[0-3]))?)*)\s+(\?|\*|(?:0?[1-9]|[12]\d|3[01])(?:(?:-|/|\,)(?:0?[1-9]|[12]\d|3[01]))?(?:,(?:0?[1-9]|[12]\d|3[01])(?:(?:-|/|\,)(?:0?[1-9]|[12]\d|3[01]))?)*)\s+(\?|\*|(?:[1-9]|1[012])(?:(?:-|/|\,)(?:[1-9]|1[012]))?(?:L|W)?(?:,(?:[1-9]|1[012])(?:(?:-|/|\,)(?:[1-9]|1[012]))?(?:L|W)?)*|\?|\*|(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(?:(?:-)(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?(?:,(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(?:(?:-)(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?)*)\s+(\?|\*|(?:[0-6])(?:(?:-|/|\,|#)(?:[0-6]))?(?:L)?(?:,(?:[0-6])(?:(?:-|/|\,|#)(?:[0-6]))?(?:L)?)*|\?|\*|(?:MON|TUE|WED|THU|FRI|SAT|SUN)(?:(?:-)(?:MON|TUE|WED|THU|FRI|SAT|SUN))?(?:,(?:MON|TUE|WED|THU|FRI|SAT|SUN)(?:(?:-)(?:MON|TUE|WED|THU|FRI|SAT|SUN))?)*)(|\s)+(\?|\*|(?:|\d{4})(?:(?:-|/|\,)(?:|\d{4}))?(?:,(?:|\d{4})(?:(?:-|/|\,)(?:|\d{4}))?)*))\))$'
486-
Description: Patch Management Maintenance Window 2 schedule
486+
Description: Scheduled start time of the second Maintenance Window
487487
Default: "cron(0 0 1 ? * THU *)"
488488
Type: String
489489
pPatchMgmtMaintWindow2Duration:
490490
ConstraintDescription: Must be a number between 1 and 24.
491-
Description: Patch Management Maintenance Window 2 Duration (hrs)
491+
Description: Duration (hours) of the Maintenance Window
492492
Default: 6
493493
Type: Number
494494
MinValue: 1
495495
MaxValue: 24
496496
pPatchMgmtMaintWindow2Cutoff:
497-
Description: Stop initiating tasks before maintenance window ends (hrs)
497+
Description: Stop initiating tasks (hours) before maintenance window ends
498498
Default: 1
499499
Type: Number
500500
MinValue: 0
@@ -582,19 +582,19 @@ Parameters:
582582
pPatchMgmtTask2Name:
583583
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
584584
ConstraintDescription: Maintenance Window Task Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
585-
Description: Patch Management Task 2 Name
585+
Description: Name of the first Task to Scan Windows
586586
Type: String
587-
Default: Windows_Scan
587+
Default: Scan For Patches On Managed Windows Instances
588588
pPatchMgmtTask2Desc:
589589
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
590590
ConstraintDescription: Maintenance Window Task Description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
591-
Description: Patch Management Task 2 Description
592-
Default: Task to scan Windows Instances
591+
Description: Description of the Task to Scan for Windows Patches
592+
Default: Task To Scan For Patches On Managed Windows Instances
593593
Type: String
594594
pPatchMgmtTask2Operation:
595595
AllowedValues: ["Scan", "Install"]
596596
ConstraintDescription: Task Operation can be either Scan or Install.
597-
Description: Patch Management Task 2 Operation
597+
Description: Patch Management Task 2 Operation (Scan Only, or Install Patches)
598598
Default: Scan
599599
Type: String
600600
pPatchMgmtTask2RunCmd:
@@ -605,47 +605,47 @@ Parameters:
605605
pPatchMgmtTarget2Name:
606606
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
607607
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
608-
Description: Patch Management Target 2 Name
609-
Default: AWS-RunPatchBaseline
608+
Description: Name of Target Group for second Maintenance Window
609+
Default: Targets To Scan For Windows Updates On Managed Instances
610610
Type: String
611611
pPatchMgmtTarget2Desc:
612612
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
613613
ConstraintDescription: Maintenance Window Target Desription can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
614614
Description: Patch Management Target 2 Description
615-
Default: Targets to run the command to scan for Windows updates
615+
Default: Targets To Scan For Windows Updates On Managed Instances
616616
Type: String
617617
pPatchMgmtTarget2Value1:
618618
AllowedValues: [Windows]
619-
Description: Patch Management Tag Value of Target group 2
619+
Description: Patch Management Tag Value of Target
620620
Default: Windows
621621
Type: String
622-
# Window 3
622+
# Window 3 - parameter sub-description and default value
623623
pPatchMgmtMaintWindow3Name:
624624
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
625625
ConstraintDescription: Maintenance Window name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
626-
Description: Patch Management Maintenance Window 3 Name
626+
Description: Name for third Maintenance Window
627627
Default: Linux_Scan
628628
Type: String
629629
pPatchMgmtMaintWindow3Desc:
630630
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
631631
ConstraintDescription: Maintenance Window description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
632-
Description: Patch Management Maintenance Window 3 Description
633-
Default: Maintenance Window scan Linux Instances
632+
Description: Description for third Maintenance Window
633+
Default: Maintenance Window to scan Linux Instances
634634
Type: String
635635
pPatchMgmtMaintWindow3Schedule:
636636
AllowedPattern: '^(rate\(((1 (hour|minute|day))|(\d+(hours|minutes|days)))\))|(cron\(\s*($|#|\w+\s*=|(\?|\*|(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?(?:,(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?)*)\s+(\?|\*|(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?(?:,(?:[0-5]?\d)(?:(?:-|/|\,)(?:[0-5]?\d))?)*)\s+(\?|\*|(?:[01]?\d|2[0-3])(?:(?:-|/|\,)(?:[01]?\d|2[0-3]))?(?:,(?:[01]?\d|2[0-3])(?:(?:-|/|\,)(?:[01]?\d|2[0-3]))?)*)\s+(\?|\*|(?:0?[1-9]|[12]\d|3[01])(?:(?:-|/|\,)(?:0?[1-9]|[12]\d|3[01]))?(?:,(?:0?[1-9]|[12]\d|3[01])(?:(?:-|/|\,)(?:0?[1-9]|[12]\d|3[01]))?)*)\s+(\?|\*|(?:[1-9]|1[012])(?:(?:-|/|\,)(?:[1-9]|1[012]))?(?:L|W)?(?:,(?:[1-9]|1[012])(?:(?:-|/|\,)(?:[1-9]|1[012]))?(?:L|W)?)*|\?|\*|(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(?:(?:-)(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?(?:,(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)(?:(?:-)(?:JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC))?)*)\s+(\?|\*|(?:[0-6])(?:(?:-|/|\,|#)(?:[0-6]))?(?:L)?(?:,(?:[0-6])(?:(?:-|/|\,|#)(?:[0-6]))?(?:L)?)*|\?|\*|(?:MON|TUE|WED|THU|FRI|SAT|SUN)(?:(?:-)(?:MON|TUE|WED|THU|FRI|SAT|SUN))?(?:,(?:MON|TUE|WED|THU|FRI|SAT|SUN)(?:(?:-)(?:MON|TUE|WED|THU|FRI|SAT|SUN))?)*)(|\s)+(\?|\*|(?:|\d{4})(?:(?:-|/|\,)(?:|\d{4}))?(?:,(?:|\d{4})(?:(?:-|/|\,)(?:|\d{4}))?)*))\))$'
637-
Description: Patch Management Maintenance Window 3 schedule
637+
Description: Scheduled start time of the third Maintenance Window
638638
Default: "cron(0 0 1 ? * FRI *)"
639639
Type: String
640640
pPatchMgmtMaintWindow3Duration:
641641
ConstraintDescription: Must be a number between 1 and 24.
642-
Description: Patch Management Maintenance Window 3 Duration (hrs)
642+
Description: Duration (hours) of the Maintenance Window
643643
Default: 6
644644
Type: Number
645645
MinValue: 1
646646
MaxValue: 24
647647
pPatchMgmtMaintWindow3Cutoff:
648-
Description: Stop initiating tasks before maintenance window ends (hrs)
648+
Description: Stop initiating tasks (hours) before maintenance window ends
649649
Default: 1
650650
Type: Number
651651
MinValue: 0
@@ -733,19 +733,19 @@ Parameters:
733733
pPatchMgmtTask3Name:
734734
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
735735
ConstraintDescription: Maintenance Window Task Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
736-
Description: Patch Management Task 3 Name
736+
Description: Name of the third Task to Scan Linux
737737
Type: String
738-
Default: Linux_Scan
738+
Default: Scan For Patches On Managed Linux Instances
739739
pPatchMgmtTask3Desc:
740740
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
741741
ConstraintDescription: Maintenance Window Task Description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
742742
Description: Patch Management Task 3 Description
743-
Default: Task to scan Linux Instances
743+
Default: Task To Scan For Patches On Managed Linux Instances
744744
Type: String
745745
pPatchMgmtTask3Operation:
746746
AllowedValues: ["Scan", "Install"]
747747
ConstraintDescription: Task Operation can be either Scan or Install.
748-
Description: Patch Management Task 3 Operation
748+
Description: Patch Management Task 3 Operation (Scan Only, or Install Patches)
749749
Default: Scan
750750
Type: String
751751
pPatchMgmtTask3RunCmd:
@@ -756,18 +756,18 @@ Parameters:
756756
pPatchMgmtTarget3Name:
757757
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
758758
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
759-
Description: Patch Management Target 3 Name
760-
Default: AWS-RunPatchBaseline
759+
Description: Name of Target Group for third Maintenance Window
760+
Default: Targets To Scan For Linux Updates On Managed Instances
761761
Type: String
762762
pPatchMgmtTarget3Desc:
763763
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
764764
ConstraintDescription: Maintenance Window Target Desription can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
765765
Description: Patch Management Target 3 Description
766-
Default: Targets to run the command to scan for Linux updates
766+
Default: Targets To Scan For Linux Updates On Managed Instances
767767
Type: String
768768
pPatchMgmtTarget3Value1:
769769
AllowedValues: [Linux]
770-
Description: Patch Management Tag Value of Target group 3
770+
Description: Patch Management Tag Value of Target
771771
Default: Linux
772772
Type: String
773773

0 commit comments

Comments
 (0)