Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data UsageTotal Source #
Provides aggregated data for an Amazon Macie usage metric. The value for the metric reports estimated usage data for an account for the preceding 30 days or the current calendar month to date, depending on the time period (timeRange) specified in the request.
See: newUsageTotal
smart constructor.
UsageTotal' | |
|
Instances
newUsageTotal :: UsageTotal Source #
Create a value of UsageTotal
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:currency:UsageTotal'
, usageTotal_currency
- The type of currency that the value for the metric (estimatedCost) is
reported in.
$sel:type':UsageTotal'
, usageTotal_type
- The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION,
for monitoring S3 buckets; and, SENSITIVE_DATA_DISCOVERY, for analyzing
S3 objects to detect sensitive data.
$sel:estimatedCost:UsageTotal'
, usageTotal_estimatedCost
- The estimated value for the metric.
usageTotal_currency :: Lens' UsageTotal (Maybe Currency) Source #
The type of currency that the value for the metric (estimatedCost) is reported in.
usageTotal_type :: Lens' UsageTotal (Maybe UsageType) Source #
The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION, for monitoring S3 buckets; and, SENSITIVE_DATA_DISCOVERY, for analyzing S3 objects to detect sensitive data.
usageTotal_estimatedCost :: Lens' UsageTotal (Maybe Text) Source #
The estimated value for the metric.