AWS managedservices documentation change
Summary
Added example parameters for Trend Micro scan change type and updated image caption
Security assessment
Provides concrete examples for security scanning operations documentation. Supports security processes but does not indicate resolution of a specific vulnerability.
Diff
diff --git a/managedservices/latest/ctref/management-host-trend-micro-dsm-scan-and-get-results-review-required.md b/managedservices/latest/ctref/management-host-trend-micro-dsm-scan-and-get-results-review-required.md index 2f576e4cd..274d4ef22 100644 --- a//managedservices/latest/ctref/management-host-trend-micro-dsm-scan-and-get-results-review-required.md +++ b//managedservices/latest/ctref/management-host-trend-micro-dsm-scan-and-get-results-review-required.md @@ -29 +29 @@ The following shows this change type in the AMS console. - + @@ -130 +130,10 @@ For detailed information about the execution input parameters, see [Schema for C - Example not available. + { + "Region": "us-east-1", + "Parameters": { + "InstanceId": [ + "i-12345678901234567", + "i-12345678901234560" + ] + }, + "Priority": "Medium" + } @@ -135 +144,10 @@ For detailed information about the execution input parameters, see [Schema for C - Example not available. + { + "Region": "us-east-1", + "Parameters": { + "InstanceId": [ + "i-12345678901234567", + "i-12345678901234560" + ] + }, + "Priority": "Medium" + }