Lists the AWS Cost and Usage reports available to this account.
post/#X-Amz-Target=AWSOrigamiServiceGatewayService.DescribeReportDefinitions
Query parameters
MaxResultsstring
Pagination limit
NextTokenstring
Pagination token
Headers
X-Amz-Target'AWSOrigamiServiceGatewayService.DescribeReportDefinitions' required
Request body
Response
Success
Example response
{
"ReportDefinitions": [
{
"AdditionalArtifacts": [
"QUICKSIGHT"
],
"AdditionalSchemaElements": [
"RESOURCES"
],
"Compression": "GZIP",
"Format": "textORcsv",
"ReportName": "ExampleReport",
"S3Bucket": "example-s3-bucket",
"S3Prefix": "exampleprefix",
"S3Region": "us-east-1",
"TimeUnit": "HOURLY"
},
{
"AdditionalArtifacts": [
"QUICKSIGHT"
],
"AdditionalSchemaElements": [
"RESOURCES"
],
"Compression": "GZIP",
"Format": "textORcsv",
"ReportName": "ExampleReport2",
"S3Bucket": "example-s3-bucket",
"S3Prefix": "exampleprefix",
"S3Region": "us-east-1",
"TimeUnit": "HOURLY"
}
]
}