Skip to content

Update Org Ec 2 Deep Inspection Configuration

inspector2_update_org_ec_2_deep_inspection_configuration R Documentation

Updates the Amazon Inspector deep inspection custom paths for your organization

Description

Updates the Amazon Inspector deep inspection custom paths for your organization. You must be an Amazon Inspector delegated administrator to use this API.

Usage

inspector2_update_org_ec_2_deep_inspection_configuration(
  orgPackagePaths)

Arguments

orgPackagePaths

[required] The Amazon Inspector deep inspection custom paths you are adding for your organization.

Value

An empty list.

Request syntax

svc$update_org_ec_2_deep_inspection_configuration(
  orgPackagePaths = list(
    "string"
  )
)