CloudDetails

Contains details about the cloud environment associated with an investigation.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID of the investigated resource.

Link copied to clipboard

The cloud provider. Currently, only AWS is supported.

Link copied to clipboard

The Amazon Web Services Region in which the investigated resource resides.

Functions

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