# NOT RUN {
# Assigns attributes (key and value pairs) to the findings that are
# specified by the ARNs of the findings.
# }
# NOT RUN {
svc$add_attributes_to_findings(
attributes = list(
list(
key = "Example",
value = "example"
)
),
findingArns = list(
"arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-8l1VIE0D/run/0-Z0..."
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab