Skip to content

Commit

Permalink
fix SCAD
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Apr 24, 2024
1 parent 95a162c commit 882d86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfn-templates/cur-aggregation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ Resources:
- ATHENA
AdditionalSchemaElements:
- RESOURCES
#- !If [ NeedSCAD, SPLIT_COST_ALLOCATION_DATA, !Ref "AWS::NoValue"] # not supported via CFN
- !If [ NeedSCAD, SPLIT_COST_ALLOCATION_DATA, !Ref "AWS::NoValue"]

Check failure

Code scanning / CodeGuru Reviewer Scanner

properties allowed value High

You must specify a valid value for AdditionalSchemaElements (SPLIT_COST_ALLOCATION_DATA). Valid values are ["RESOURCES"]
Compression: Parquet
Format: Parquet
RefreshClosedReports: True
Expand All @@ -414,7 +414,7 @@ Resources:
- ATHENA
AdditionalSchemaElements:
- RESOURCES
#- !If [ NeedSCAD, SPLIT_COST_ALLOCATION_DATA, !Ref "AWS::NoValue"] # not supported via CFN
- !If [ NeedSCAD, SPLIT_COST_ALLOCATION_DATA, !Ref "AWS::NoValue"]

Check failure

Code scanning / CodeGuru Reviewer Scanner

properties allowed value High

You must specify a valid value for AdditionalSchemaElements (SPLIT_COST_ALLOCATION_DATA). Valid values are ["RESOURCES"]
Compression: Parquet
Format: Parquet
RefreshClosedReports: True
Expand Down

0 comments on commit 882d86f

Please sign in to comment.