| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudWatch.Types.InsightRuleContributor
Description
Synopsis
- data InsightRuleContributor = InsightRuleContributor' {}
- newInsightRuleContributor :: Double -> InsightRuleContributor
- insightRuleContributor_keys :: Lens' InsightRuleContributor [Text]
- insightRuleContributor_approximateAggregateValue :: Lens' InsightRuleContributor Double
- insightRuleContributor_datapoints :: Lens' InsightRuleContributor [InsightRuleContributorDatapoint]
Documentation
data InsightRuleContributor Source #
One of the unique contributors found by a Contributor Insights rule. If the rule contains multiple keys, then a unique contributor is a unique combination of values from all the keys in the rule.
If the rule contains a single key, then each unique contributor is each unique value for this key.
For more information, see GetInsightRuleReport.
See: newInsightRuleContributor smart constructor.
Constructors
| InsightRuleContributor' | |
Fields
| |
Instances
newInsightRuleContributor Source #
Create a value of InsightRuleContributor 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:keys:InsightRuleContributor', insightRuleContributor_keys - One of the log entry field keywords that is used to define contributors
for this rule.
$sel:approximateAggregateValue:InsightRuleContributor', insightRuleContributor_approximateAggregateValue - An approximation of the aggregate value that comes from this
contributor.
$sel:datapoints:InsightRuleContributor', insightRuleContributor_datapoints - An array of the data points where this contributor is present. Only the
data points when this contributor appeared are included in the array.
insightRuleContributor_keys :: Lens' InsightRuleContributor [Text] Source #
One of the log entry field keywords that is used to define contributors for this rule.
insightRuleContributor_approximateAggregateValue :: Lens' InsightRuleContributor Double Source #
An approximation of the aggregate value that comes from this contributor.
insightRuleContributor_datapoints :: Lens' InsightRuleContributor [InsightRuleContributorDatapoint] Source #
An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.