getInsightResults
Lists the results of the Security Hub insight specified by the insight ARN.
Samples
fun main() {
//sampleStart
// The following example returns the results of the Security Hub insight specified by the insight ARN.
val resp = securityHubClient.getInsightResults {
insightArn = "arn:aws:securityhub:us-west-1:123456789012:insight/123456789012/custom/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111"
}
//sampleEnd
}