Skip to content

Commit 7c18cd5

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

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

modules/log_ingestion.events.cft.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@ Metadata:
44
AWS::CloudFormation::Interface:
55
ParameterGroups:
66
- Label:
7-
default: "Sysdig Settings (Do not change)"
7+
default: ""
88
Parameters:
9-
- NameSuffix
10-
- ExternalID
11-
- TrustedIdentity
129
- TargetEventBusARN
1310
- Regions
1411
- RuleState
1512
- RuleEventPattern
13+
- Partition
14+
- Label:
15+
default: "Sysdig Settings (Do not change)"
16+
Parameters:
17+
- NameSuffix
18+
- ExternalID
19+
- TrustedIdentity
1620
- IsOrganizational
1721
- OrganizationalUnitIDs
18-
- Partition
1922
ParameterLabels:
2023
NameSuffix:
2124
default: Name Suffix

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)