Skip to content

ListResourceProfileArtifacts

Source: src/AWS/Macie2/ListResourceProfileArtifacts.ts

Runtime binding for macie2:ListResourceProfileArtifacts.

Retrieves information about objects that Amazon Macie selected from an S3 bucket for automated sensitive data discovery. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.Macie2.ListResourceProfileArtifactsHttp).

// init — account-level binding, no resource argument
const listResourceProfileArtifacts = yield* AWS.Macie2.ListResourceProfileArtifacts();
// runtime
const { artifacts } = yield* listResourceProfileArtifacts({ resourceArn: bucketArn });