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 |
Synopsis
- data RootCause = RootCause' {}
- newRootCause :: RootCause
- rootCause_linkedAccount :: Lens' RootCause (Maybe Text)
- rootCause_linkedAccountName :: Lens' RootCause (Maybe Text)
- rootCause_region :: Lens' RootCause (Maybe Text)
- rootCause_service :: Lens' RootCause (Maybe Text)
- rootCause_usageType :: Lens' RootCause (Maybe Text)
Documentation
The combination of Amazon Web Service, linked account, linked account name, Region, and usage type where a cost anomaly is observed. The linked account name will only be available when the account name can be identified.
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:linkedAccount:RootCause'
, rootCause_linkedAccount
- The member account value that's associated with the cost anomaly.
$sel:linkedAccountName:RootCause'
, rootCause_linkedAccountName
- The member account name 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.
$sel:service:RootCause'
, rootCause_service
- The Amazon Web Service name that's associated with the cost anomaly.
$sel:usageType:RootCause'
, rootCause_usageType
- The UsageType
value that's associated with the cost anomaly.
rootCause_linkedAccount :: Lens' RootCause (Maybe Text) Source #
The member account value that's associated with the cost anomaly.
rootCause_linkedAccountName :: Lens' RootCause (Maybe Text) Source #
The member account name value that's associated with the cost anomaly.
rootCause_region :: Lens' RootCause (Maybe Text) Source #
The Amazon Web Services Region that's associated with the cost anomaly.