You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "The unique identifier for the Trusted Advisor check.",
55
+
Type: proto.ColumnType_STRING,
56
+
},
57
+
{
58
+
Name: "language",
59
+
Description: "The ISO 639-1 code for the language that you want your checks to appear in.",
60
+
Type: proto.ColumnType_STRING,
61
+
Transform: transform.FromQual("language"),
62
+
},
63
+
{
64
+
Name: "status",
65
+
Description: "The overall status of the Trusted Advisor check: 'ok' (green), 'warning' (yellow), 'error' (red), or 'not_available'.",
66
+
Type: proto.ColumnType_STRING,
67
+
},
68
+
{
69
+
Name: "timestamp",
70
+
Description: "The time when the Trusted Advisor check was last refreshed.",
71
+
Type: proto.ColumnType_TIMESTAMP,
72
+
},
73
+
{
74
+
Name: "flagged_resource_id",
75
+
Description: "The unique identifier for the flagged resource.",
76
+
Type: proto.ColumnType_STRING,
77
+
},
78
+
{
79
+
Name: "flagged_resource_status",
80
+
Description: "The status of the flagged resource: 'ok' (green), 'warning' (yellow), 'error' (red), or 'not_available'.",
81
+
Type: proto.ColumnType_STRING,
82
+
},
83
+
{
84
+
Name: "flagged_resource_region",
85
+
Description: "The AWS region of the flagged resource.",
86
+
Type: proto.ColumnType_STRING,
87
+
},
88
+
{
89
+
Name: "flagged_resource_is_suppressed",
90
+
Description: "Specifies whether the flagged AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.",
91
+
Type: proto.ColumnType_BOOL,
92
+
},
93
+
{
94
+
Name: "flagged_resource_metadata",
95
+
Description: "Additional information about the flagged resource. The exact metadata and its order can be obtained by calling DescribeTrustedAdvisorChecks.",
96
+
Type: proto.ColumnType_JSON,
97
+
},
98
+
{
99
+
Name: "resources_summary",
100
+
Description: "Summary information about the resources analyzed by the Trusted Advisor check.",
101
+
Type: proto.ColumnType_JSON,
102
+
},
103
+
{
104
+
Name: "category_specific_summary",
105
+
Description: "Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.",
0 commit comments