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
- data UsageByAccount = UsageByAccount' {}
- newUsageByAccount :: UsageByAccount
- usageByAccount_serviceLimit :: Lens' UsageByAccount (Maybe ServiceLimit)
- usageByAccount_currency :: Lens' UsageByAccount (Maybe Currency)
- usageByAccount_type :: Lens' UsageByAccount (Maybe UsageType)
- usageByAccount_estimatedCost :: Lens' UsageByAccount (Maybe Text)
Documentation
data UsageByAccount Source #
Provides data for a specific usage metric and the corresponding quota for an Amazon Macie account.
See: newUsageByAccount
smart constructor.
UsageByAccount' | |
|
Instances
newUsageByAccount :: UsageByAccount Source #
Create a value of UsageByAccount
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:serviceLimit:UsageByAccount'
, usageByAccount_serviceLimit
- The current value for the quota that corresponds to the metric specified
by the type field.
$sel:currency:UsageByAccount'
, usageByAccount_currency
- The type of currency that the value for the metric (estimatedCost) is
reported in.
$sel:type':UsageByAccount'
, usageByAccount_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:UsageByAccount'
, usageByAccount_estimatedCost
- The estimated value for the metric.
usageByAccount_serviceLimit :: Lens' UsageByAccount (Maybe ServiceLimit) Source #
The current value for the quota that corresponds to the metric specified by the type field.
usageByAccount_currency :: Lens' UsageByAccount (Maybe Currency) Source #
The type of currency that the value for the metric (estimatedCost) is reported in.
usageByAccount_type :: Lens' UsageByAccount (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.
usageByAccount_estimatedCost :: Lens' UsageByAccount (Maybe Text) Source #
The estimated value for the metric.