Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 485

aws-cli-docs-1.16.163-1.mga7.noarch.rpm


**To retrieve a list of AWS Cost and Usage Reports**

This example describes a list of AWS Cost and Usage Reports owned by an account.

Command::

  aws cur --region us-east-1 describe-report-definitions --max-items 5

Output::
	
	{
      "ReportDefinitions": [
        {
            "ReportName": "ExampleReport",
            "Compression": "ZIP",
            "S3Region": "us-east-1",
            "Format": "textORcsv",
            "S3Prefix": "exampleprefix",
            "S3Bucket": "example-s3-bucket",
            "TimeUnit": "DAILY",
            "AdditionalArtifacts": [
                "REDSHIFT",
                "QUICKSIGHT"
            ],
            "AdditionalSchemaElements": [
                "RESOURCES"
            ]
        }
      ]
	}