ExportableAutoScalingGroupField
public enum ExportableAutoScalingGroupField : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case accountid = "AccountId"
-
Undocumented
Declaration
Swift
case autoscalinggrouparn = "AutoScalingGroupArn"
-
Undocumented
Declaration
Swift
case autoscalinggroupname = "AutoScalingGroupName"
-
Undocumented
Declaration
Swift
case finding = "Finding"
-
Undocumented
Declaration
Swift
case utilizationmetricscpumaximum = "UtilizationMetricsCpuMaximum"
-
Undocumented
Declaration
Swift
case utilizationmetricsmemorymaximum = "UtilizationMetricsMemoryMaximum"
-
Undocumented
Declaration
Swift
case lookbackperiodindays = "LookbackPeriodInDays"
-
Undocumented
Declaration
Swift
case currentconfigurationinstancetype = "CurrentConfigurationInstanceType"
-
Undocumented
Declaration
Swift
case currentconfigurationdesiredcapacity = "CurrentConfigurationDesiredCapacity"
-
Undocumented
Declaration
Swift
case currentconfigurationminsize = "CurrentConfigurationMinSize"
-
Undocumented
Declaration
Swift
case currentconfigurationmaxsize = "CurrentConfigurationMaxSize"
-
Undocumented
Declaration
Swift
case currentondemandprice = "CurrentOnDemandPrice"
-
Undocumented
Declaration
Swift
case currentstandardoneyearnoupfrontreservedprice = "CurrentStandardOneYearNoUpfrontReservedPrice"
-
Undocumented
Declaration
Swift
case currentstandardthreeyearnoupfrontreservedprice = "CurrentStandardThreeYearNoUpfrontReservedPrice"
-
Undocumented
Declaration
Swift
case currentvcpus = "CurrentVCpus"
-
Undocumented
Declaration
Swift
case currentmemory = "CurrentMemory"
-
Undocumented
Declaration
Swift
case currentstorage = "CurrentStorage"
-
Undocumented
Declaration
Swift
case currentnetwork = "CurrentNetwork"
-
Undocumented
Declaration
Swift
case recommendationoptionsconfigurationinstancetype = "RecommendationOptionsConfigurationInstanceType"
-
Undocumented
Declaration
Swift
case recommendationoptionsconfigurationdesiredcapacity = "RecommendationOptionsConfigurationDesiredCapacity"
-
Undocumented
Declaration
Swift
case recommendationoptionsconfigurationminsize = "RecommendationOptionsConfigurationMinSize"
-
Undocumented
Declaration
Swift
case recommendationoptionsconfigurationmaxsize = "RecommendationOptionsConfigurationMaxSize"
-
Undocumented
Declaration
Swift
case recommendationoptionsprojectedutilizationmetricscpumaximum = "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"
-
Undocumented
Declaration
Swift
case recommendationoptionsprojectedutilizationmetricsmemorymaximum = "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"
-
Undocumented
Declaration
Swift
case recommendationoptionsperformancerisk = "RecommendationOptionsPerformanceRisk"
-
Undocumented
Declaration
Swift
case recommendationoptionsondemandprice = "RecommendationOptionsOnDemandPrice"
-
Undocumented
Declaration
Swift
case recommendationoptionsstandardoneyearnoupfrontreservedprice = "RecommendationOptionsStandardOneYearNoUpfrontReservedPrice"
-
Undocumented
Declaration
Swift
case recommendationoptionsstandardthreeyearnoupfrontreservedprice = "RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice"
-
Undocumented
Declaration
Swift
case recommendationoptionsvcpus = "RecommendationOptionsVcpus"
-
Undocumented
Declaration
Swift
case recommendationoptionsmemory = "RecommendationOptionsMemory"
-
Undocumented
Declaration
Swift
case recommendationoptionsstorage = "RecommendationOptionsStorage"
-
Undocumented
Declaration
Swift
case recommendationoptionsnetwork = "RecommendationOptionsNetwork"
-
Undocumented
Declaration
Swift
case lastrefreshtimestamp = "LastRefreshTimestamp"
-
Declaration
Swift
public var description: String { get }