ExportEBSVolumeRecommendationsResponse

ExportEBSVolumeRecommendationsResponse schema

Cost OptimizationFinOpsMachine LearningResource Recommendations

Properties

Name Type Description
jobId object
s3Destination object
View JSON Schema on GitHub

JSON Schema

compute-optimizer-export-ebs-volume-recommendations-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-export-ebs-volume-recommendations-response-schema.json",
  "title": "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"
    }
  }
}