paws.management (version 0.1.0)

support_describe_trusted_advisor_checks: Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata

Description

Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English ("en") and Japanese ("ja") are currently supported. The response contains a TrustedAdvisorCheckDescription for each check.

Usage

support_describe_trusted_advisor_checks(language)

Arguments

language

[required] The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.

Request syntax

svc$describe_trusted_advisor_checks(
  language = "string"
)