Last active
January 15, 2021 08:54
-
-
Save jgontrum/6e3191f813c13060a9fd8f7ab6dc23e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rule = client.put_rule( | |
Name="MyRuleId", | |
ScheduleExpression="rate(2 minutes)", | |
State="ENABLED", | |
RoleArn="MyRoleARN" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment