paws.security.identity (version 0.1.0)

inspector_describe_findings: Describes the findings that are specified by the ARNs of the findings

Description

Describes the findings that are specified by the ARNs of the findings.

Usage

inspector_describe_findings(findingArns, locale)

Arguments

findingArns

[required] The ARN that specifies the finding that you want to describe.

locale

The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

Request syntax

svc$describe_findings(
  findingArns = list(
    "string"
  ),
  locale = "EN_US"
)

Examples

Run this code
# NOT RUN {
# Describes the findings that are specified by the ARNs of the findings.
# }
# NOT RUN {
svc$describe_findings(
  findingArns = list(
    "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MK..."
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace