typescript aws

pull/235/head
mdugdale 2021-03-27 23:21:30 +00:00
parent 405e0265d6
commit 479d05321f
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Resources:
Action: "sts:AssumeRole" Action: "sts:AssumeRole"
Path: "/" Path: "/"
Policies: Policies:
- PolicyName: "DeleteLambdaExRole-${BUILDID}" - PolicyName: "DeleteLambdaExRole${BUILDID}"
PolicyDocument: PolicyDocument:
Version: "2012-10-17" Version: "2012-10-17"
Statement: Statement:
@ -90,7 +90,7 @@ Resources:
- GenerateCronExpression - GenerateCronExpression
Type: "AWS::Events::Rule" Type: "AWS::Events::Rule"
Properties: Properties:
Name: !Sub "DeleteStackEventRule-${BUILDID}" Name: "DeleteStackEventRule${BUILDID}"
Description: Delete stack event Description: Delete stack event
ScheduleExpression: !GetAtt GenerateCronExpression.cron_exp ScheduleExpression: !GetAtt GenerateCronExpression.cron_exp
State: "ENABLED" State: "ENABLED"