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
The combination of Amazon Web Services service, linked account, Region, and usage type where a cost anomaly is observed.
See: newRootCause
smart constructor.
RootCause' | |
|
Instances
newRootCause :: RootCause Source #
Create a value of RootCause
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:service:RootCause'
, rootCause_service
- The Amazon Web Services service name that's associated with the cost
anomaly.
$sel:usageType:RootCause'
, rootCause_usageType
- The UsageType
value that's associated with the cost anomaly.
$sel:linkedAccount:RootCause'
, rootCause_linkedAccount
- The member account value that's associated with the cost anomaly.
$sel:region:RootCause'
, rootCause_region
- The Amazon Web Services Region that's associated with the cost anomaly.
rootCause_service :: Lens' RootCause (Maybe Text) Source #
The Amazon Web Services service name that's associated with the cost anomaly.
rootCause_usageType :: Lens' RootCause (Maybe Text) Source #
The UsageType
value that's associated with the cost anomaly.