Amazon Compute Optimizer · JSON Structure

Compute Optimizer Export Destination Structure

Describes the destination of the recommendations export and metadata files.

Type: object Properties: 1
Cost OptimizationFinOpsMachine LearningResource Recommendations

ExportDestination is a JSON Structure definition published by Amazon Compute Optimizer, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

s3

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-export-destination-structure.json",
  "name": "ExportDestination",
  "description": "Describes the destination of the recommendations export and metadata files.",
  "type": "object",
  "properties": {
    "s3": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Destination"
        },
        {
          "description": "An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file."
        }
      ]
    }
  }
}