ResourceV2

Contains information about the Amazon Web Services resource that is associated with the GuardDuty finding.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID to which the resource belongs.

Link copied to clipboard

The cloud partition within the Amazon Web Services Region to which the resource belongs.

Link copied to clipboard

Contains information about the Amazon Web Services resource associated with the activity that prompted GuardDuty to generate a finding.

Link copied to clipboard
val name: String?

The name of the resource.

Link copied to clipboard

The Amazon Web Services Region where the resource belongs.

Link copied to clipboard

The type of the Amazon Web Services resource.

Link copied to clipboard

The Amazon Web Services service of the resource.

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

Contains information about the tags associated with the resource.

Link copied to clipboard
val uid: String?

The unique identifier of the resource.

Functions

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