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 UsageStatistics = UsageStatistics' {}
- newUsageStatistics :: UsageStatistics
- usageStatistics_topResources :: Lens' UsageStatistics (Maybe [UsageResourceResult])
- usageStatistics_sumByResource :: Lens' UsageStatistics (Maybe [UsageResourceResult])
- usageStatistics_sumByDataSource :: Lens' UsageStatistics (Maybe [UsageDataSourceResult])
- usageStatistics_sumByAccount :: Lens' UsageStatistics (Maybe [UsageAccountResult])
Documentation
data UsageStatistics Source #
Contains the result of GuardDuty usage. If a UsageStatisticType is provided the result for other types will be null.
See: newUsageStatistics
smart constructor.
UsageStatistics' | |
|
Instances
newUsageStatistics :: UsageStatistics Source #
Create a value of UsageStatistics
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:topResources:UsageStatistics'
, usageStatistics_topResources
- Lists the top 50 resources that have generated the most GuardDuty usage,
in order from most to least expensive.
$sel:sumByResource:UsageStatistics'
, usageStatistics_sumByResource
- The usage statistic sum organized by resource.
$sel:sumByDataSource:UsageStatistics'
, usageStatistics_sumByDataSource
- The usage statistic sum organized by on data source.
$sel:sumByAccount:UsageStatistics'
, usageStatistics_sumByAccount
- The usage statistic sum organized by account ID.
usageStatistics_topResources :: Lens' UsageStatistics (Maybe [UsageResourceResult]) Source #
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
usageStatistics_sumByResource :: Lens' UsageStatistics (Maybe [UsageResourceResult]) Source #
The usage statistic sum organized by resource.
usageStatistics_sumByDataSource :: Lens' UsageStatistics (Maybe [UsageDataSourceResult]) Source #
The usage statistic sum organized by on data source.
usageStatistics_sumByAccount :: Lens' UsageStatistics (Maybe [UsageAccountResult]) Source #
The usage statistic sum organized by account ID.