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 TrustedAdvisorResourceDetail = TrustedAdvisorResourceDetail' {}
- newTrustedAdvisorResourceDetail :: Text -> Text -> TrustedAdvisorResourceDetail
- trustedAdvisorResourceDetail_isSuppressed :: Lens' TrustedAdvisorResourceDetail (Maybe Bool)
- trustedAdvisorResourceDetail_region :: Lens' TrustedAdvisorResourceDetail (Maybe Text)
- trustedAdvisorResourceDetail_status :: Lens' TrustedAdvisorResourceDetail Text
- trustedAdvisorResourceDetail_resourceId :: Lens' TrustedAdvisorResourceDetail Text
- trustedAdvisorResourceDetail_metadata :: Lens' TrustedAdvisorResourceDetail [Text]
Documentation
data TrustedAdvisorResourceDetail Source #
Contains information about a resource identified by a Trusted Advisor check.
See: newTrustedAdvisorResourceDetail
smart constructor.
TrustedAdvisorResourceDetail' | |
|
Instances
newTrustedAdvisorResourceDetail Source #
:: Text | |
-> Text | |
-> TrustedAdvisorResourceDetail |
Create a value of TrustedAdvisorResourceDetail
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:isSuppressed:TrustedAdvisorResourceDetail'
, trustedAdvisorResourceDetail_isSuppressed
- Specifies whether the AWS resource was ignored by Trusted Advisor
because it was marked as suppressed by the user.
$sel:region:TrustedAdvisorResourceDetail'
, trustedAdvisorResourceDetail_region
- The AWS Region in which the identified resource is located.
$sel:status:TrustedAdvisorResourceDetail'
, trustedAdvisorResourceDetail_status
- The status code for the resource identified in the Trusted Advisor
check.
$sel:resourceId:TrustedAdvisorResourceDetail'
, trustedAdvisorResourceDetail_resourceId
- The unique identifier for the identified resource.
$sel:metadata:TrustedAdvisorResourceDetail'
, trustedAdvisorResourceDetail_metadata
- Additional information about the identified resource. The exact metadata
and its order can be obtained by inspecting the
TrustedAdvisorCheckDescription object returned by the call to
DescribeTrustedAdvisorChecks. Metadata contains all the data that is
shown in the Excel download, even in those cases where the UI shows just
summary data.
trustedAdvisorResourceDetail_isSuppressed :: Lens' TrustedAdvisorResourceDetail (Maybe Bool) Source #
Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
trustedAdvisorResourceDetail_region :: Lens' TrustedAdvisorResourceDetail (Maybe Text) Source #
The AWS Region in which the identified resource is located.
trustedAdvisorResourceDetail_status :: Lens' TrustedAdvisorResourceDetail Text Source #
The status code for the resource identified in the Trusted Advisor check.
trustedAdvisorResourceDetail_resourceId :: Lens' TrustedAdvisorResourceDetail Text Source #
The unique identifier for the identified resource.
trustedAdvisorResourceDetail_metadata :: Lens' TrustedAdvisorResourceDetail [Text] Source #
Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.