CheckSummary

A summary of an AWS Trusted Advisor Check

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN of the AWS Trusted Advisor Check

Link copied to clipboard

The AWS resource types that this check evaluates (for example, AWS::EC2::Instance).

Link copied to clipboard

The AWS Services that the Check applies to

Link copied to clipboard

The granularity level at which the check operates: resource, account, or account_region.

Link copied to clipboard

A description of what the AWS Trusted Advisor Check is monitoring

Link copied to clipboard
val id: String

The unique identifier of the AWS Trusted Advisor Check

Link copied to clipboard

The column headings for the metadata returned in the resource

Link copied to clipboard

The name of the AWS Trusted Advisor Check

Link copied to clipboard

The Recommendation pillars that the AWS Trusted Advisor Check falls under

Link copied to clipboard

The recommendation identifier associated with the check.

Link copied to clipboard

Indicates whether this check is supported by the ListRecommendationsForResource API.

Link copied to clipboard

The source of the Recommendation

Functions

Link copied to clipboard
inline fun copy(block: CheckSummary.Builder.() -> Unit = {}): CheckSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String