Skip to content

Update Datasource Packages

detective_update_datasource_packages R Documentation

Starts a data source packages for the behavior graph

Description

Starts a data source packages for the behavior graph.

Usage

detective_update_datasource_packages(GraphArn, DatasourcePackages)

Arguments

GraphArn

[required] The ARN of the behavior graph.

DatasourcePackages

[required] The data source package 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"
  )
)