Package-level declarations
Types
Link copied to clipboard
object AdvisorFunctions
Link copied to clipboard
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
class SuppressionArgsBuilder
Builder for SuppressionArgs.
Link copied to clipboard
Link copied to clipboard
Builder for Suppression.
Functions
Link copied to clipboard
suspend fun suppression(name: String, block: suspend SuppressionResourceBuilder.() -> Unit): Suppression