CloudFormation script for Event Scheduler

0

Actually i need to create a CloudFormation script for creating a scheduler in event bridge which will delete another CloudFormation stack.

2 Answers
0
Accepted Answer

Target:
Arn: "arn:aws:scheduler:::aws-sdk:cloudformation:deleteStack" Input: '{ "StackName": "Name" }' RoleArn: !Ref RoleArn

Afsal
answered 7 months ago
0

Got Answer

Afsal
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions