Skip to content

Commit 1ed914f

Browse files
committed
fix(aws): template for eb and s3
1 parent 5372b1b commit 1ed914f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

modules/log_ingestion.events.cft.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Description: EventBridge resources that forward CloudTrail logs to Sysdig Secure
33
Metadata:
44
AWS::CloudFormation::Interface:
55
ParameterGroups:
6+
- Label:
7+
default: ""
8+
Parameters:
9+
- RuleEventPattern
610
- Label:
711
default: "Sysdig Settings (Do not change)"
812
Parameters:
@@ -12,7 +16,6 @@ Metadata:
1216
- TargetEventBusARN
1317
- Regions
1418
- RuleState
15-
- RuleEventPattern
1619
- IsOrganizational
1720
- OrganizationalUnitIDs
1821
- Partition

modules/log_ingestion.s3.cft.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ Description: >
77
Metadata:
88
AWS::CloudFormation::Interface:
99
ParameterGroups:
10+
- Label:
11+
default: ""
12+
Parameters:
13+
- BucketARN
14+
- CreateTopic
15+
- TopicARN
1016
- Label:
1117
default: "Sysdig Settings (Do not change)"
1218
Parameters:
1319
- NameSuffix
1420
- ExternalID
1521
- TrustedIdentity
16-
- BucketARN
17-
- CreateTopic
18-
- TopicARN
1922
- Endpoint
2023

2124
ParameterLabels:

0 commit comments

Comments
 (0)