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.AccessDeniedExceptionDetective.Client.exceptions.InternalServerExceptionDetective.Client.exceptions.ResourceNotFoundExceptionDetective.Client.exceptions.ServiceQuotaExceededExceptionDetective.Client.exceptions.ValidationException