Amazon Compute Optimizer · JSON Structure

Compute Optimizer Export Ebs Volume Recommendations Response Structure

ExportEBSVolumeRecommendationsResponse schema

Type: object Properties: 2
Cost OptimizationFinOpsMachine LearningResource Recommendations

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

Properties

jobId s3Destination

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-ebs-volume-recommendations-response-structure.json",
  "name": "ExportEBSVolumeRecommendationsResponse",
  "description": "ExportEBSVolumeRecommendationsResponse schema",
  "type": "object",
  "properties": {
    "jobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "<p>The identification number of the export job.</p> <p>Use the <a>DescribeRecommendationExportJobs</a> action, and specify the job ID to view the status of an export job.</p>"
        }
      ]
    },
    "s3Destination": {
      "$ref": "#/components/schemas/S3Destination"
    }
  }
}