Amazon Compute Optimizer · Schema
ExportableVolumeField
ExportableVolumeField schema
Cost OptimizationFinOpsMachine LearningResource Recommendations
JSON Schema
{
"$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-exportable-volume-field-schema.json",
"title": "ExportableVolumeField",
"description": "ExportableVolumeField schema",
"type": "string",
"enum": [
"AccountId",
"VolumeArn",
"Finding",
"UtilizationMetricsVolumeReadOpsPerSecondMaximum",
"UtilizationMetricsVolumeWriteOpsPerSecondMaximum",
"UtilizationMetricsVolumeReadBytesPerSecondMaximum",
"UtilizationMetricsVolumeWriteBytesPerSecondMaximum",
"LookbackPeriodInDays",
"CurrentConfigurationVolumeType",
"CurrentConfigurationVolumeBaselineIOPS",
"CurrentConfigurationVolumeBaselineThroughput",
"CurrentConfigurationVolumeBurstIOPS",
"CurrentConfigurationVolumeBurstThroughput",
"CurrentConfigurationVolumeSize",
"CurrentMonthlyPrice",
"RecommendationOptionsConfigurationVolumeType",
"RecommendationOptionsConfigurationVolumeBaselineIOPS",
"RecommendationOptionsConfigurationVolumeBaselineThroughput",
"RecommendationOptionsConfigurationVolumeBurstIOPS",
"RecommendationOptionsConfigurationVolumeBurstThroughput",
"RecommendationOptionsConfigurationVolumeSize",
"RecommendationOptionsMonthlyPrice",
"RecommendationOptionsPerformanceRisk",
"LastRefreshTimestamp",
"CurrentPerformanceRisk",
"RecommendationOptionsSavingsOpportunityPercentage",
"RecommendationOptionsEstimatedMonthlySavingsCurrency",
"RecommendationOptionsEstimatedMonthlySavingsValue",
"RootVolume",
"Tags"
]
}