@@ -15,7 +15,7 @@ Metadata:
1515 - RuleEventPattern
1616 - IsOrganizational
1717 - OrganizationalUnitIDs
18- - ArnPrefix
18+ - ARNPrefix
1919 ParameterLabels :
2020 NameSuffix :
2121 default : Name Suffix
@@ -35,8 +35,8 @@ Metadata:
3535 default : Is Organizational
3636 OrganizationalUnitIDs :
3737 default : Organizational Unit IDs
38- ArnPrefix :
39- default : Arn Prefix
38+ ARNPrefix :
39+ default : ARN Prefix
4040Parameters :
4141 NameSuffix :
4242 Type : String
@@ -96,7 +96,7 @@ Parameters:
9696 AllowedValues :
9797 - ' true'
9898 - ' false'
99- ArnPrefix :
99+ ARNPrefix :
100100 Type : String
101101 Description : ARN prefix for the resources based on your account or organization partition
102102 Default : ' arn:aws'
@@ -127,7 +127,7 @@ Resources:
127127 Action :
128128 - sts:AssumeRole
129129 Resource :
130- - !Sub ${ArnPrefix }:iam:::role/sysdig-secure-events-stackset-execution-${NameSuffix}
130+ - !Sub ${ARNPrefix }:iam:::role/sysdig-secure-events-stackset-execution-${NameSuffix}
131131 ExecutionRole :
132132 Type : AWS::IAM::Role
133133 Properties :
@@ -142,8 +142,8 @@ Resources:
142142 Action :
143143 - sts:AssumeRole
144144 ManagedPolicyArns :
145- - !Sub ${ArnPrefix }:iam::aws:policy/AmazonEventBridgeFullAccess
146- - !Sub ${ArnPrefix }:iam::aws:policy/AWSCloudFormationFullAccess
145+ - !Sub ${ARNPrefix }:iam::aws:policy/AmazonEventBridgeFullAccess
146+ - !Sub ${ARNPrefix }:iam::aws:policy/AWSCloudFormationFullAccess
147147 EventBridgeRole :
148148 Type : AWS::IAM::Role
149149 Properties :
@@ -175,7 +175,7 @@ Resources:
175175 - " events:DescribeRule"
176176 - " events:ListTargetsByRule"
177177 Resource :
178- - !Sub ${ArnPrefix }:events:*:*:rule/sysdig-secure-events-${NameSuffix}
178+ - !Sub ${ARNPrefix }:events:*:*:rule/sysdig-secure-events-${NameSuffix}
179179 EventBridgeRuleStackSet :
180180 Type : AWS::CloudFormation::StackSet
181181 Metadata :
@@ -211,8 +211,8 @@ Resources:
211211 ParameterValue : !Ref RuleState
212212 - ParameterKey : RuleEventPattern
213213 ParameterValue : !Ref RuleEventPattern
214- - ParameterKey : ArnPrefix
215- ParameterValue : !Ref ArnPrefix
214+ - ParameterKey : ARNPrefix
215+ ParameterValue : !Ref ARNPrefix
216216 StackInstancesGroup :
217217 - DeploymentTargets :
218218 Accounts :
@@ -239,7 +239,7 @@ Resources:
239239 RuleEventPattern:
240240 Type: String
241241 Description: JSON pattern for the EventBridge rule's event pattern
242- ArnPrefix :
242+ ARNPrefix :
243243 Type: String
244244 Description: ARN prefix for the resources based on your account or organization partition
245245 Resources:
@@ -253,7 +253,7 @@ Resources:
253253 Targets:
254254 - Id: !Ref Name
255255 Arn: !Sub ${TargetEventBusARN}
256- RoleArn: !Sub ${ArnPrefix }:iam::${AWS::AccountId}:role/${Name}
256+ RoleArn: !Sub ${ARNPrefix }:iam::${AWS::AccountId}:role/${Name}
257257 OrganizationRoleStackSet :
258258 Type : AWS::CloudFormation::StackSet
259259 Condition : IsOrganizational
@@ -281,8 +281,8 @@ Resources:
281281 ParameterValue : !Ref ExternalID
282282 - ParameterKey : TargetEventBusARN
283283 ParameterValue : !Ref TargetEventBusARN
284- - ParameterKey : ArnPrefix
285- ParameterValue : !Ref ArnPrefix
284+ - ParameterKey : ARNPrefix
285+ ParameterValue : !Ref ARNPrefix
286286 StackInstancesGroup :
287287 - DeploymentTargets :
288288 OrganizationalUnitIds : !Ref OrganizationalUnitIDs
@@ -303,7 +303,7 @@ Resources:
303303 TargetEventBusARN:
304304 Type: String
305305 Description: The destination in Sysdig's AWS account where your events are sent
306- ArnPrefix :
306+ ARNPrefix :
307307 Type: String
308308 Description: ARN prefix for the resources based on your account or organization partition
309309 Resources:
@@ -338,7 +338,7 @@ Resources:
338338 - "events:DescribeRule"
339339 - "events:ListTargetsByRule"
340340 Resource:
341- - !Sub ${ArnPrefix }:events:*:*:rule/${Name}
341+ - !Sub ${ARNPrefix }:events:*:*:rule/${Name}
342342 OrganizationRuleStackSet :
343343 Type : AWS::CloudFormation::StackSet
344344 Condition : IsOrganizational
@@ -369,8 +369,8 @@ Resources:
369369 ParameterValue : !Ref RuleState
370370 - ParameterKey : RuleEventPattern
371371 ParameterValue : !Ref RuleEventPattern
372- - ParameterKey : ArnPrefix
373- ParameterValue : !Ref ArnPrefix
372+ - ParameterKey : ARNPrefix
373+ ParameterValue : !Ref ARNPrefix
374374 StackInstancesGroup :
375375 - DeploymentTargets :
376376 OrganizationalUnitIds : !Ref OrganizationalUnitIDs
@@ -396,7 +396,7 @@ Resources:
396396 RuleEventPattern:
397397 Type: String
398398 Description: JSON pattern for the EventBridge rule's event pattern
399- ArnPrefix :
399+ ARNPrefix :
400400 Type: String
401401 Description: ARN prefix for the resources based on your account or organization partition
402402 Resources:
@@ -410,7 +410,7 @@ Resources:
410410 Targets:
411411 - Id: !Ref Name
412412 Arn: !Ref TargetEventBusARN
413- RoleArn: !Sub "${ArnPrefix }:iam::${AWS::AccountId}:role/${Name}"
413+ RoleArn: !Sub "${ARNPrefix }:iam::${AWS::AccountId}:role/${Name}"
414414Outputs :
415415 EventBridgeRoleARN :
416416 Description : Sysdig Secure EventBridge Role ARN
0 commit comments