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

GetResourceProfileResponse

import type { GetResourceProfileResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetResourceProfileResponse {
profileUpdatedAt?: Date | number | null;
sensitivityScore?: number | null;
sensitivityScoreOverridden?: boolean | null;
statistics?: ResourceStatistics | null;
}

§Properties

§
profileUpdatedAt?: Date | number | null
[src]

The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is calculated automatically, this includes the score.

§
sensitivityScore?: number | null
[src]

The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive). By default, this score is calculated automatically based on the amount of data that Amazon Macie has analyzed in the bucket and the amount of sensitive data that Macie has found in the bucket.

§
sensitivityScoreOverridden?: boolean | null
[src]

Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the score was manually changed to 100. If this value is false, the score was calculated automatically by Amazon Macie.

§
statistics?: ResourceStatistics | null
[src]

The sensitive data discovery statistics for the bucket. The statistics capture the results of automated sensitive data discovery activities that Amazon Macie has performed for the bucket.