Amazon Detective

2023/05/16 - Amazon Detective - 1 updated api methods

Changes  Added and updated API operations in Detective to support the integration of ASFF Security Hub findings.

UpdateDatasourcePackages (updated) Link ΒΆ
Changes (request)
{'DatasourcePackages': {'ASFF_SECURITYHUB_FINDING'}}

Starts a data source packages for the behavior graph.

See also: AWS API Documentation

Request Syntax

client.update_datasource_packages(
    GraphArn='string',
    DatasourcePackages=[
        'DETECTIVE_CORE'|'EKS_AUDIT'|'ASFF_SECURITYHUB_FINDING',
    ]
)
type GraphArn

string

param GraphArn

[REQUIRED]

The ARN of the behavior graph.

type DatasourcePackages

list

param DatasourcePackages

[REQUIRED]

The data source package start for the behavior graph.

  • (string) --

returns

None