Update Datasource Packages
| detective_update_datasource_packages | R Documentation | 
Starts a data source package for the Detective behavior graph¶
Description¶
Starts a data source package for the Detective behavior graph.
Usage¶
detective_update_datasource_packages(GraphArn, DatasourcePackages)
Arguments¶
| GraphArn | [required] The ARN of the behavior graph. | 
| DatasourcePackages | [required] The data source package to start for the behavior graph. | 
Value¶
An empty list.
Request syntax¶
svc$update_datasource_packages(
  GraphArn = "string",
  DatasourcePackages = list(
    "DETECTIVE_CORE"|"EKS_AUDIT"|"ASFF_SECURITYHUB_FINDING"
  )
)