Inspector2 / Client / update_org_ec2_deep_inspection_configuration

update_org_ec2_deep_inspection_configuration#

Inspector2.Client.update_org_ec2_deep_inspection_configuration(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.update_org_ec2_deep_inspection_configuration(
    orgPackagePaths=[
        'string',
    ]
)
Parameters:

orgPackagePaths (list) –

[REQUIRED]

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

  • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Inspector2.Client.exceptions.ValidationException

  • Inspector2.Client.exceptions.AccessDeniedException

  • Inspector2.Client.exceptions.ThrottlingException

  • Inspector2.Client.exceptions.InternalServerException