Skip to content

Commit

Permalink
add optional CUR bucket access scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Oct 31, 2024
1 parent e527ddf commit 6417bee
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions cfn-templates/cur-aggregation-bucket-write-protection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,20 +145,3 @@ Resources:
Action: lambda:InvokeFunction
Principal: events.amazonaws.com
SourceArn: !GetAtt EnableRuleSchedule.Arn

Outputs:
LambdaFunctionArn:
Description: ARN of the created Lambda function
Value: !GetAtt BucketPolicyLambda.Arn
DisableScheduleRuleArn:
Description: ARN of the disable schedule rule
Value: !GetAtt DisableRuleSchedule.Arn
EnableScheduleRuleArn:
Description: ARN of the enable schedule rule
Value: !GetAtt EnableScheduleRuleArn
ConfiguredDisableSchedule:
Description: Configured cron schedule for disable action
Value: !Ref DisableCronSchedule
ConfiguredEnableSchedule:
Description: Configured cron schedule for enable action
Value: !Ref EnableCronSchedule

0 comments on commit 6417bee

Please sign in to comment.