Skip to content

Commit 476cecc

Browse files
committed
only aws-us-gov
1 parent 89eefd5 commit 476cecc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

modules/log_ingestion.legacy_events.cft.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)