-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodepipeline-job.json
45 lines (45 loc) · 1.12 KB
/
codepipeline-job.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"CodePipeline.job": {
"data": {
"artifactCredentials": {
"secretAccessKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
"sessionToken": "token",
"accessKeyId": "AKIAIOSFODNN7EXAMPLE"
},
"actionConfiguration": {
"configuration": {
"FunctionName": "my-function",
"UserParameters": "user-parameter-string"
}
},
"inputArtifacts": [
{
"revision": "ca2bdeadbeef7d1932acb4977e08c803295d9896",
"name": "input-artifact",
"location": {
"type": "S3",
"s3Location": {
"objectKey": "test/key",
"bucketName": "example-bucket"
}
}
}
],
"outputArtifacts": [
{
"revision": null,
"name": "output-artifact",
"location": {
"type": "S3",
"s3Location": {
"objectKey": "test/key2",
"bucketName": "example-bucket2"
}
}
}
]
},
"id": "c968ef10-6415-4127-80b1-42502218a8c7",
"accountId": "123456789012"
}
}