Skip to content

Commit

Permalink
add month
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Nov 9, 2024
1 parent 96ad99b commit a270429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfn-templates/data-exports-aggregation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Parameters:
Type: String
Description: Changing of this parameter will require redeployment of this Stack, purging of data in Destination and then additional Backfill request. HOURLY is a recommended option unless your AWS invoice is more then $50M (in this case contact your TAM when installing).
Default: "HOURLY"
AllowedValues: ["HOURLY", "DAILY"]
AllowedValues: ["HOURLY", "DAILY", "MONTHLY"]

Conditions:
EmptySourceAccountIds: !Equals [ !Ref SourceAccountIds, '']
Expand Down

0 comments on commit a270429

Please sign in to comment.