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

FindingType

import type { FindingType } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

The type of finding. For details about each type, see Types of Amazon Macie findings in the Amazon Macie User Guide. Valid values are:

type FindingType =
| "SensitiveData:S3Object/Multiple"
| "SensitiveData:S3Object/Financial"
| "SensitiveData:S3Object/Personal"
| "SensitiveData:S3Object/Credentials"
| "SensitiveData:S3Object/CustomIdentifier"
| "Policy:IAMUser/S3BucketPublic"
| "Policy:IAMUser/S3BucketSharedExternally"
| "Policy:IAMUser/S3BucketReplicatedExternally"
| "Policy:IAMUser/S3BucketEncryptionDisabled"
| "Policy:IAMUser/S3BlockPublicAccessDisabled"

§Type

§
"SensitiveData:S3Object/Multiple" | "SensitiveData:S3Object/Financial" | "SensitiveData:S3Object/Personal" | "SensitiveData:S3Object/Credentials" | "SensitiveData:S3Object/CustomIdentifier" | "Policy:IAMUser/S3BucketPublic" | "Policy:IAMUser/S3BucketSharedExternally" | "Policy:IAMUser/S3BucketReplicatedExternally" | "Policy:IAMUser/S3BucketEncryptionDisabled" | "Policy:IAMUser/S3BlockPublicAccessDisabled" | cmnP.UnexpectedEnumValue
[src]