Learn R Programming

paws.security.identity (version 0.1.0)

securityhub_delete_insight: Deletes an insight that is specified by the insight ARN

Description

Deletes an insight that is specified by the insight ARN.

Usage

securityhub_delete_insight(InsightArn)

Arguments

InsightArn

[required] The ARN of the insight that you want to delete.

Request syntax

svc$delete_insight(
  InsightArn = "string"
)