Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. {
  2. "objects": [
  3. {
  4. "role": "DataPipelineDefaultRole",
  5. "subject": "SUCCESS:ETL JOB",
  6. "name": "SuccessAction",
  7. "id": "ActionId_Zpany",
  8. "message": "ETL_JOB executed successfully",
  9. "type": "SnsAlarm",
  10. "topicArn": "XXXXXXXXX"
  11. },
  12. {
  13. "name": "DefaultDataFormat1",
  14. "id": "DataFormatId_XXXX",
  15. "type": "CSV"
  16. },
  17. {
  18. "database": {
  19. "ref": "DatabaseId_XXXXX"
  20. },
  21. "name": "DefaultDataNode3",
  22. "id": "DataNodeId_XXXX",
  23. "type": "SqlDataNode",
  24. "selectQuery": "select * from logs order by created_date limit 100;",
  25. "table": "logs"
  26. },
  27. {
  28. "output": {
  29. "ref": "DataNodeId_XXXXX"
  30. },
  31. "input": {
  32. "ref": "DataNodeId_XXXXX"
  33. },
  34. "onFail": {
  35. "ref": "ActionId_XXXXX"
  36. },
  37. "name": "DefaultCopyActivity1",
  38. "id": "CopyActivityId_XXXXX",
  39. "runsOn": {
  40. "ref": "ResourceId_XXXXX"
  41. },
  42. "type": "CopyActivity",
  43. "onSuccess": {
  44. "ref": "ActionId_XXXXX"
  45. }
  46. },
  47. {
  48. "resourceRole": "DataPipelineDefaultResourceRole",
  49. "role": "DataPipelineDefaultRole",
  50. "attemptTimeout": "20 Minutes",
  51. "maximumRetries": "1",
  52. "instanceCount": "1",
  53. "instanceType": "m1.small",
  54. "name": "DefaultResource2",
  55. "id": "ResourceId_XXXXX",
  56. "type": "Ec2Resource",
  57. "terminateAfter": "25 Minutes"
  58. },
  59. {
  60. "*password": "XXXXXXXXX",
  61. "name": "DefaultDatabase1",
  62. "id": "DatabaseId_XXXXX",
  63. "region": "us-west-2",
  64. "type": "RdsDatabase",
  65. "rdsInstanceId": "XXXXXXXXX",
  66. "username": "XXXXXXXXX"
  67. },
  68. {
  69. "role": "DataPipelineDefaultRole",
  70. "subject": "FAILURE:ETL JOB",
  71. "name": "FailureAction",
  72. "id": "ActionId_XXXXX",
  73. "type": "SnsAlarm",
  74. "message": "IQA_ETL_JOB_BUSINESS_LOG execution failed.",
  75. "topicArn": "XXXXXXXXX"
  76. },
  77. {
  78. "failureAndRerunMode": "CASCADE",
  79. "resourceRole": "DataPipelineDefaultResourceRole",
  80. "role": "DataPipelineDefaultRole",
  81. "pipelineLogUri": "s3://etl.job.logs/",
  82. "scheduleType": "ONDEMAND",
  83. "name": "Default",
  84. "id": "Default"
  85. },
  86. {
  87. "s3EncryptionType": "NONE",
  88. "directoryPath": "s3://etl.job/demopipeline",
  89. "dataFormat": {
  90. "ref": "DataFormatId_XXXXX"
  91. },
  92. "name": "DefaultDataNode2",
  93. "id": "DataNodeId_XXXXX",
  94. "type": "S3DataNode"
  95. }
  96. ],
  97. "parameters": []
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement