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/easy_setup/templates/sra-easy-setup.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1916,7 +1916,7 @@ Parameters:
1916
1916
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
1917
1917
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
1918
1918
Description: Patch Management Target 1 Name
1919
-
Default: AWS-UpdateSSMAgent
1919
+
Default: AWS_UpdateSSMAgent
1920
1920
Type: String
1921
1921
pPatchMgmtTarget1Desc:
1922
1922
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
@@ -2072,7 +2072,7 @@ Parameters:
2072
2072
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
2073
2073
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
2074
2074
Description: Patch Management Target 2 Name
2075
-
Default: AWS-RunPatchBaseline
2075
+
Default: Windows_Scan
2076
2076
Type: String
2077
2077
pPatchMgmtTarget2Desc:
2078
2078
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
@@ -2223,7 +2223,7 @@ Parameters:
2223
2223
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
2224
2224
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
0 commit comments