Package-level declarations

Types

Link copied to clipboard
class ScanConfig : KotlinCustomResource

Creates a new ScanConfig.

Link copied to clipboard
data class ScanConfigArgs(val authentication: Output<AuthenticationArgs>? = null, val blacklistPatterns: Output<List<String>>? = null, val displayName: Output<String>? = null, val exportToSecurityCommandCenter: Output<ScanConfigExportToSecurityCommandCenter>? = null, val ignoreHttpStatusErrors: Output<Boolean>? = null, val latestRun: Output<ScanRunArgs>? = null, val managedScan: Output<Boolean>? = null, val maxQps: Output<Int>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val riskLevel: Output<ScanConfigRiskLevel>? = null, val schedule: Output<ScheduleArgs>? = null, val startingUrls: Output<List<String>>? = null, val staticIpScan: Output<Boolean>? = null, val targetPlatforms: Output<List<ScanConfigTargetPlatformsItem>>? = null, val userAgent: Output<ScanConfigUserAgent>? = null) : ConvertibleToJava<ScanConfigArgs>

Creates a new ScanConfig.

Link copied to clipboard
Link copied to clipboard
object ScanConfigMapper : ResourceMapper<ScanConfig>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun scanConfig(name: String, block: suspend ScanConfigResourceBuilder.() -> Unit): ScanConfig