File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Metadata:
4343 OrganizationalUnitIDs :
4444 default : (TO BE DEPRECATED Please work with Sysdig to migrate and use IncludeOUIDs) Organizational Unit IDs
4545 Partition :
46- default : AWS Partition
46+ default : AWS Partition (GovCloud Only)
4747 RootOUID :
4848 default : Root Organization Unit ID
4949 IncludeOUIDs :
@@ -68,6 +68,8 @@ Parameters:
6868 TargetEventBusARN :
6969 Type : String
7070 Description : The destination in Sysdig's AWS account where your events are sent
71+ AllowedPattern : " ^arn:aws-us-gov:events:.*"
72+ ConstraintDescription : Must be a valid GovCloud EventBridge ARN (arn:aws-us-gov:events:...)
7173 Regions :
7274 Type : CommaDelimitedList
7375 Description : Comma separated list of regions to monitor with EventBridge
@@ -113,8 +115,10 @@ Parameters:
113115 - ' false'
114116 Partition :
115117 Type : String
116- Description : AWS Partition of your account or organization to create resources in
117- Default : ' aws'
118+ Description : AWS Partition - This template is designed for AWS GovCloud only
119+ Default : ' aws-us-gov'
120+ AllowedValues :
121+ - ' aws-us-gov'
118122 RootOUID :
119123 Type : CommaDelimitedList
120124 Description : Root Organizational Unit ID of your AWS organization
You can’t perform that action at this time.
0 commit comments