You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/templates/sra-patch_mgmt-configuration.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -428,7 +428,7 @@ Parameters:
428
428
ConstraintDescription: Maintenance Window Task Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
429
429
Description: Name of the first Task to Update SSM Agent
430
430
Type: String
431
-
Default: Update SSMAgent On Managed Instances
431
+
Default: Update_SSMAgent
432
432
pPatchMgmtTask1Desc:
433
433
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
434
434
ConstraintDescription: Maintenance Window Task Description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
@@ -450,7 +450,7 @@ Parameters:
450
450
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
451
451
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
452
452
Description: Name of Target Group for first Maintenance Window
453
-
Default: Targets To Update SSMAgent On Managed Instances
453
+
Default: Update_SSMAgent
454
454
Type: String
455
455
pPatchMgmtTarget1Desc:
456
456
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
@@ -584,7 +584,7 @@ Parameters:
584
584
ConstraintDescription: Maintenance Window Task Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
585
585
Description: Name of the first Task to Scan Windows
586
586
Type: String
587
-
Default: Scan For Patches On Managed Windows Instances
587
+
Default: Windows_Scan
588
588
pPatchMgmtTask2Desc:
589
589
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
590
590
ConstraintDescription: Maintenance Window Task Description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
@@ -606,7 +606,7 @@ Parameters:
606
606
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
607
607
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
608
608
Description: Name of Target Group for second Maintenance Window
609
-
Default: Targets To Scan For Windows Updates On Managed Instances
609
+
Default: Update_Windows
610
610
Type: String
611
611
pPatchMgmtTarget2Desc:
612
612
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
@@ -735,7 +735,7 @@ Parameters:
735
735
ConstraintDescription: Maintenance Window Task Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
736
736
Description: Name of the third Task to Scan Linux
737
737
Type: String
738
-
Default: Scan For Patches On Managed Linux Instances
738
+
Default: Linux_Scan
739
739
pPatchMgmtTask3Desc:
740
740
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
741
741
ConstraintDescription: Maintenance Window Task Description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
@@ -757,7 +757,7 @@ Parameters:
757
757
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
758
758
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
759
759
Description: Name of Target Group for third Maintenance Window
760
-
Default: Targets To Scan For Linux Updates On Managed Instances
0 commit comments