404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.144.255.105: ~ $
**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"
            ]
        }
      ]
	}

Filemanager

Name Type Size Permission Actions
delete-report-definition.rst File 191 B 0644
describe-report-definitions.rst File 754 B 0644
put-report-definition.rst File 749 B 0644