Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Suppression : KotlinCustomResource

The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule. API Version: 2020-01-01.

Link copied to clipboard
data class SuppressionArgs(val name: Output<String>? = null, val recommendationId: Output<String>? = null, val resourceUri: Output<String>? = null, val suppressionId: Output<String>? = null, val ttl: Output<String>? = null) : ConvertibleToJava<SuppressionArgs>

The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule. API Version: 2020-01-01.

Link copied to clipboard
Link copied to clipboard
object SuppressionMapper : ResourceMapper<Suppression>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun suppression(name: String, block: suspend SuppressionResourceBuilder.() -> Unit): Suppression