paws.security.identity (version 0.1.0)

inspector_delete_assessment_target: Deletes the assessment target that is specified by the ARN of the assessment target

Description

Deletes the assessment target that is specified by the ARN of the assessment target.

Usage

inspector_delete_assessment_target(assessmentTargetArn)

Arguments

assessmentTargetArn

[required] The ARN that specifies the assessment target that you want to delete.

Request syntax

svc$delete_assessment_target(
  assessmentTargetArn = "string"
)

Examples

Run this code
# NOT RUN {
# Deletes the assessment target that is specified by the ARN of the
# assessment target.
# }
# NOT RUN {
svc$delete_assessment_target(
  assessmentTargetArn = "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab