Get Ec 2 Deep Inspection Configuration
inspector2_get_ec_2_deep_inspection_configuration | R Documentation |
Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account¶
Description¶
Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account.
Usage¶
Value¶
A list with the following syntax:
list(
errorMessage = "string",
orgPackagePaths = list(
"string"
),
packagePaths = list(
"string"
),
status = "ACTIVATED"|"DEACTIVATED"|"PENDING"|"FAILED"
)