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

UpdateResourceProfileRequest

import type { UpdateResourceProfileRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface UpdateResourceProfileRequest {
resourceArn: string;
sensitivityScoreOverride?: number | null;
}

§Properties

§
resourceArn: string
[src]

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

§
sensitivityScoreOverride?: number | null
[src]

The new sensitivity score for the bucket. Valid values are: 100, assign the maximum score and apply the Sensitive label to the bucket; and, null (empty), assign a score that Amazon Macie calculates automatically after you submit the request.