Skip to content

Commit f121178

Browse files
authored
Update sample-test-report-cli.md
Correct example JSON for `CreateReportGroupInput.json`
1 parent 9a2437a commit f121178

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc_source/sample-test-report-cli.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ You can use the CodeBuild API or the AWS CodeBuild console to access the test re
4646
"name": "report-name",
4747
"type": "TEST",
4848
"exportConfig": {
49-
"type": "S3",
50-
"s3": {
49+
"exportConfigType": "S3",
50+
"s3Destination": {
5151
"bucket": "bucket-name",
5252
"path": "path-to-folder",
5353
"packaging": "NONE"
54+
}
5455
}
55-
}
56+
}
5657
```
5758

5859
1. Run the following command in the directory that contains `CreateReportGroupInput.json`\. For `region`, specify your AWS Region \(for example, `us-east-2`\)\.
@@ -253,4 +254,4 @@ You can use the CodeBuild API or the AWS CodeBuild console to access the test re
253254
}
254255
]
255256
}
256-
```
257+
```

0 commit comments

Comments
 (0)