Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateResourceProfileDetectionsRequest

import type { UpdateResourceProfileDetectionsRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface UpdateResourceProfileDetectionsRequest {
resourceArn: string;
suppressDataIdentifiers?: SuppressDataIdentifier[] | null;
}

§Properties

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.

§
suppressDataIdentifiers?: SuppressDataIdentifier[] | null
[src]

An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.