Destination

Contains details of the Amazon S3 bucket and KMS key used to export findings.

Types

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

Properties

Link copied to clipboard

The name of the Amazon S3 bucket to export findings to.

Link copied to clipboard

The prefix that the findings will be written under.

Link copied to clipboard

The ARN of the KMS key used to encrypt data when exporting findings.

Functions

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