Skip to content

Commit

Permalink
Update FQDN
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis authored and goneri committed Sep 21, 2022
1 parent 242079f commit f4e08d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/modules/cloudwatchevent_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@
'''

EXAMPLES = r'''
- community.aws.cloudwatchevent_rule:
- amazon.aws.cloudwatchevent_rule:
name: MyCronTask
schedule_expression: "cron(0 20 * * ? *)"
description: Run my scheduled task
targets:
- id: MyTargetId
arn: arn:aws:lambda:us-east-1:123456789012:function:MyFunction
- community.aws.cloudwatchevent_rule:
- amazon.aws.cloudwatchevent_rule:
name: MyDisabledCronTask
schedule_expression: "rate(5 minutes)"
description: Run my disabled scheduled task
Expand All @@ -140,7 +140,7 @@
arn: arn:aws:lambda:us-east-1:123456789012:function:MyFunction
input: '{"foo": "bar"}'
- community.aws.cloudwatchevent_rule:
- amazon.aws.cloudwatchevent_rule:
name: MyInstanceLaunchEvent
description: "Rule for EC2 instance launch"
state: present
Expand All @@ -154,7 +154,7 @@
state: "$.detail.state"
input_template: "<instance> is in state <state>"
- community.aws.cloudwatchevent_rule:
- amazon.aws.cloudwatchevent_rule:
name: MyCronTask
state: absent
'''
Expand Down

0 comments on commit f4e08d6

Please sign in to comment.