AssetAttributes

A collection of attributes of the host from which the finding is generated.

Types

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

Properties

Link copied to clipboard

The ID of the agent that is installed on the EC2 instance where the finding is generated.

Link copied to clipboard

The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.

Link copied to clipboard

The Auto Scaling group of the EC2 instance where the finding is generated.

Link copied to clipboard

The hostname of the EC2 instance where the finding is generated.

Link copied to clipboard

The list of IP v4 addresses of the EC2 instance where the finding is generated.

Link copied to clipboard

An array of the network interfaces interacting with the EC2 instance where the finding is generated.

Link copied to clipboard

The schema version of this data type.

Link copied to clipboard
val tags: List<Tag>?

The tags related to the EC2 instance where the finding is generated.

Functions

Link copied to clipboard
inline fun copy(block: AssetAttributes.Builder.() -> Unit = {}): AssetAttributes
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