update_datasource_packages

Detective.Client.update_datasource_packages(**kwargs)

Starts a data source packages for the behavior graph.

See also: AWS API Documentation

Request Syntax

response = client.update_datasource_packages(
    GraphArn='string',
    DatasourcePackages=[
        'DETECTIVE_CORE'|'EKS_AUDIT',
    ]
)
Parameters
  • GraphArn (string) --

    [REQUIRED]

    The ARN of the behavior graph.

  • DatasourcePackages (list) --

    [REQUIRED]

    The data source package start for the behavior graph.

    • (string) --
Returns

None

Exceptions

  • Detective.Client.exceptions.AccessDeniedException
  • Detective.Client.exceptions.InternalServerException
  • Detective.Client.exceptions.ResourceNotFoundException
  • Detective.Client.exceptions.ServiceQuotaExceededException
  • Detective.Client.exceptions.ValidationException