Detective / Client / update_datasource_packages
update_datasource_packages¶
- Detective.Client.update_datasource_packages(**kwargs)¶
- Starts a data source package for the Detective behavior graph. - See also: AWS API Documentation - Request Syntax- response = client.update_datasource_packages( GraphArn='string', DatasourcePackages=[ 'DETECTIVE_CORE'|'EKS_AUDIT'|'ASFF_SECURITYHUB_FINDING', ] ) - Parameters:
- GraphArn (string) – - [REQUIRED] - The ARN of the behavior graph. 
- DatasourcePackages (list) – - [REQUIRED] - The data source package to start for the behavior graph. - (string) – 
 
 
- Returns:
- None 
 - Exceptions