getTelemetryMetadata

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

Samples


fun main() { 
   //sampleStart 
   // Information about the data that is collected for the specified assessment run.
val resp = inspectorClient.getTelemetryMetadata {
    assessmentRunArn = "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE"
} 
   //sampleEnd
}