MitigationAction

Describes which changes should be applied as part of a mitigation action.

Types

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

Properties

Link copied to clipboard

The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.

Link copied to clipboard
val id: String?

A unique identifier for the mitigation action.

Link copied to clipboard
val name: String?

A user-friendly name for the mitigation action.

Link copied to clipboard

The IAM role ARN used to apply this mitigation action.

Functions

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