Finding

class Finding

Information about a specific CodeDeploy deployment or CloudFormation stack creation or update that occurred around the time of a reported incident. These activities can be investigated as a potential cause of the incident.

Types

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

Properties

Link copied to clipboard
val creationTime: <Error class: unknown class>

The timestamp for when a finding was created.

Link copied to clipboard

Details about the finding.

Link copied to clipboard
val id: String

The ID assigned to the finding.

Link copied to clipboard
val lastModifiedTime: <Error class: unknown class>

The timestamp for when the finding was most recently updated with additional information.

Functions

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