MitigationAction

class MitigationAction : KotlinCustomResource

Mitigation actions can be used to take actions to mitigate issues that were found in an Audit finding or Detect violation.

Properties

Link copied to clipboard
val actionName: Output<String>?

A unique identifier for the mitigation action.

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: Output<String>
Link copied to clipboard

The Amazon Resource Name (ARN) of the mitigation action.

Link copied to clipboard

The ID of the mitigation action.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

The IAM role ARN used to apply this mitigation action.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>