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: modules/vm_workload_scanning.cft.yaml
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ Metadata:
12
12
- LambdaScanningEnabled
13
13
- IsOrganizational
14
14
- OrganizationalUnitIDs
15
+
- RootOUID
16
+
- IncludeOUIDs
17
+
- ExcludeOUIDs
18
+
- IncludeAccounts
19
+
- ExcludeAccounts
15
20
ParameterLabels:
16
21
NameSuffix:
17
22
default: Name Suffix
@@ -24,7 +29,17 @@ Metadata:
24
29
IsOrganizational:
25
30
default: Is Organizational Deployment?
26
31
OrganizationalUnitIDs:
27
-
default: Organizational Unit IDs
32
+
default: (Deprecated, use RootOUID or IncludeOUIDs instead) Organizational Unit IDs
33
+
RootOUID:
34
+
default: Root Organization Unit ID
35
+
IncludeOUIDs:
36
+
default: Include Organizational Unit IDs
37
+
ExcludeOUIDs:
38
+
default: Exclude Organizational Unit IDs
39
+
IncludeAccounts:
40
+
default: Include AWS accounts
41
+
ExcludeAccounts:
42
+
default: Exclude AWS accounts
28
43
Parameters:
29
44
NameSuffix:
30
45
Type: String
@@ -54,7 +69,22 @@ Parameters:
54
69
- 'false'
55
70
OrganizationalUnitIDs:
56
71
Type: CommaDelimitedList
57
-
Description: Comma-separated list of organizational unit IDs to deploy (required for organizational deployments)
72
+
Description: (Deprecated, use RootOUID or IncludeOUIDs instead) Comma-separated list of organizational unit IDs to deploy (required for organizational deployments)
73
+
RootOUID:
74
+
Type: String
75
+
Description: Root Organizational Unit ID of your AWS organization
76
+
IncludeOUIDs:
77
+
Type: CommaDelimitedList
78
+
Description: Comma separated list of organizational unit IDs to be included for deployment
79
+
ExcludeOUIDs:
80
+
Type: CommaDelimitedList
81
+
Description: Comma separated list of organizational unit IDs to be excluded for deployment
82
+
IncludeAccounts:
83
+
Type: CommaDelimitedList
84
+
Description: Comma separated list of AWS accounts in your organization to be included for deployment
85
+
ExcludeAccounts:
86
+
Type: CommaDelimitedList
87
+
Description: Comma separated list of AWS accounts in your organization to be excluded for deployment
0 commit comments