AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The description and metadata for a Trusted Advisor check.

Inheritance Hierarchy

System.Object
  Amazon.AWSSupport.Model.TrustedAdvisorCheckDescription

Namespace: Amazon.AWSSupport.Model
Assembly: AWSSDK.AWSSupport.dll
Version: 3.x.y.z

Syntax

C#
public class TrustedAdvisorCheckDescription

The TrustedAdvisorCheckDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Category System.String

Gets and sets the property Category.

The category of the Trusted Advisor check.

Public Property Description System.String

Gets and sets the property Description.

The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the Trusted Advisor check.

Public Property Metadata System.Collections.Generic.List<System.String>

Gets and sets the property 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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property Name System.String

Gets and sets the property Name.

The display name for the Trusted Advisor check.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer