Replies: 2 comments
-
Seems like a good addition. Updating labels. |
Beta Was this translation helpful? Give feedback.
0 replies
-
feature added in #3363 and will be rolling out soon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
In the Resource AWS::Serverless::StateMachine, the User should be able to use their own Role under Events -> CWSchedule for Type: Schedule
Currently, by default, a new Role is created under the Logical Resource id
StateMachineCWScheduleRole
and on expansion, this Role is associated with the dynamically createdAWS::Events::Rule
Resource.Sample:
This behavior is limiting where a Role is required to be re-used or places where there are constraints on Role naming conventions / path.
Proposal
The Resource should have a property for accepting the CloudWatch Schedule Role. If the field is left blank, a default one would be created.
Things to consider:
[1] The SAM documentation - Schedule will need to be updated
Beta Was this translation helpful? Give feedback.
All reactions