CreateScanRequest

Types

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

Properties

Link copied to clipboard

The type of analysis you want CodeGuru Security to perform in the scan, either Security or All. The Security type only generates findings related to security. The All type generates both security findings and quality findings. Defaults to Security type if missing.

Link copied to clipboard

The idempotency token for the request. Amazon CodeGuru Security uses this value to prevent the accidental creation of duplicate scans if there are failures and retries.

Link copied to clipboard

The identifier for the resource object to be scanned.

Link copied to clipboard

The unique name that CodeGuru Security uses to track revisions across multiple scans of the same resource. Only allowed for a STANDARD scan type.

Link copied to clipboard

The type of scan, either Standard or Express. Defaults to Standard type if missing.

Link copied to clipboard

An array of key-value pairs used to tag a scan. A tag is a custom attribute label with two parts:

Functions

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