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 TrustedAdvisorCheckDescription = TrustedAdvisorCheckDescription' {}
- newTrustedAdvisorCheckDescription :: Text -> Text -> Text -> Text -> TrustedAdvisorCheckDescription
- trustedAdvisorCheckDescription_id :: Lens' TrustedAdvisorCheckDescription Text
- trustedAdvisorCheckDescription_name :: Lens' TrustedAdvisorCheckDescription Text
- trustedAdvisorCheckDescription_description :: Lens' TrustedAdvisorCheckDescription Text
- trustedAdvisorCheckDescription_category :: Lens' TrustedAdvisorCheckDescription Text
- trustedAdvisorCheckDescription_metadata :: Lens' TrustedAdvisorCheckDescription [Text]
Documentation
data TrustedAdvisorCheckDescription Source #
The description and metadata for a Trusted Advisor check.
See: newTrustedAdvisorCheckDescription
smart constructor.
TrustedAdvisorCheckDescription' | |
|
Instances
newTrustedAdvisorCheckDescription Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> TrustedAdvisorCheckDescription |
Create a value of TrustedAdvisorCheckDescription
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:id:TrustedAdvisorCheckDescription'
, trustedAdvisorCheckDescription_id
- The unique identifier for the Trusted Advisor check.
$sel:name:TrustedAdvisorCheckDescription'
, trustedAdvisorCheckDescription_name
- The display name for the Trusted Advisor check.
$sel:description:TrustedAdvisorCheckDescription'
, trustedAdvisorCheckDescription_description
- The description of the Trusted Advisor check, which includes the alert
criteria and recommended operations (contains HTML markup).
$sel:category:TrustedAdvisorCheckDescription'
, trustedAdvisorCheckDescription_category
- The category of the Trusted Advisor check.
$sel:metadata:TrustedAdvisorCheckDescription'
, trustedAdvisorCheckDescription_metadata
- The column headings for the data returned by the Trusted Advisor check.
The order of the headings corresponds to the order of the data in the
Metadata element of the TrustedAdvisorResourceDetail for the check.
Metadata contains all the data that is shown in the Excel download,
even in those cases where the UI shows just summary data.
trustedAdvisorCheckDescription_id :: Lens' TrustedAdvisorCheckDescription Text Source #
The unique identifier for the Trusted Advisor check.
trustedAdvisorCheckDescription_name :: Lens' TrustedAdvisorCheckDescription Text Source #
The display name for the Trusted Advisor check.
trustedAdvisorCheckDescription_description :: Lens' TrustedAdvisorCheckDescription Text Source #
The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).
trustedAdvisorCheckDescription_category :: Lens' TrustedAdvisorCheckDescription Text Source #
The category of the Trusted Advisor check.
trustedAdvisorCheckDescription_metadata :: Lens' TrustedAdvisorCheckDescription [Text] Source #
The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.