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

ResourcesAffected

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

Provides information about the resources that a finding applies to.

interface ResourcesAffected {
s3Bucket?: S3Bucket | null;
s3Object?: S3Object | null;
}

§Properties

§
s3Bucket?: S3Bucket | null
[src]

The details of the S3 bucket that the finding applies to.

§
s3Object?: S3Object | null
[src]

The details of the S3 object that the finding applies to.