typescript aws
parent
405e0265d6
commit
479d05321f
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue