paws.security.identity (version 0.1.0)

inspector_get_telemetry_metadata: Information about the data that is collected for the specified assessment run

Description

Information about the data that is collected for the specified assessment run.

Usage

inspector_get_telemetry_metadata(assessmentRunArn)

Arguments

assessmentRunArn

[required] The ARN that specifies the assessment run that has the telemetry data that you want to obtain.

Request syntax

svc$get_telemetry_metadata(
  assessmentRunArn = "string"
)

Examples

Run this code
# NOT RUN {
# Information about the data that is collected for the specified
# assessment run.
# }
# NOT RUN {
svc$get_telemetry_metadata(
  assessmentRunArn = "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-..."
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace