404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.221.83.96: ~ $
**To send a custom event to CloudWatch Events**

This example sends a custom event to CloudWatch Events. The event is contained within the putevents.json file::

  aws events put-events --entries file://putevents.json            

Here are the contents of the putevents.json file::

  [
    {
      "Source": "com.mycompany.myapp",
      "Detail": "{ \"key1\": \"value1\", \"key2\": \"value2\" }",
      "Resources": [
        "resource1",
        "resource2"
      ],
      "DetailType": "myDetailType"
    },
    {
      "Source": "com.mycompany.myapp",
      "Detail": "{ \"key1\": \"value3\", \"key2\": \"value4\" }",
      "Resources": [
        "resource1",
        "resource2"
      ],
      "DetailType": "myDetailType"
     }
  ]

Filemanager

Name Type Size Permission Actions
delete-rule.rst File 161 B 0644
describe-rule.rst File 193 B 0644
disable-rule.rst File 181 B 0644
enable-rule.rst File 189 B 0644
list-rule-names-by-target.rst File 277 B 0644
list-rules.rst File 381 B 0644
list-targets-by-rule.rst File 204 B 0644
put-events.rst File 739 B 0644
put-rule.rst File 1.04 KB 0644
put-targets.rst File 999 B 0644
remove-targets.rst File 321 B 0644
test-event-pattern.rst File 479 B 0644