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',
]
)
[REQUIRED]
The ARN of the behavior graph.
[REQUIRED]
The data source package start for the behavior graph.
None
Exceptions
Detective.Client.exceptions.AccessDeniedException
Detective.Client.exceptions.InternalServerException
Detective.Client.exceptions.ResourceNotFoundException
Detective.Client.exceptions.ServiceQuotaExceededException
Detective.Client.exceptions.ValidationException