StorageOptimizer
A structure describing the configuration and details of a storage optimizer.
Contents
- Config
-
A map of the storage optimizer configuration. Currently contains only one key-value pair:
is_enabled
indicates true or false for acceleration.Type: String to string map
Required: No
- ErrorMessage
-
A message that contains information about any error (if present).
When an acceleration result has an enabled status, the error message is empty.
When an acceleration result has a disabled status, the message describes an error or simply indicates "disabled by the user".
Type: String
Required: No
- LastRunDetails
-
When an acceleration result has an enabled status, contains the details of the last job run.
Type: String
Required: No
- StorageOptimizerType
-
The specific type of storage optimizer. The supported value is
compaction
.Type: String
Valid Values:
COMPACTION | GARBAGE_COLLECTION | ALL
Required: No
- Warnings
-
A message that contains information about any warnings (if present).
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: