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

ExternalEventsDetail

import type { ExternalEventsDetail } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";

Details for the external events data used for model version training.

interface ExternalEventsDetail {
dataAccessRoleArn: string;
dataLocation: string;
}

§Properties

§
dataAccessRoleArn: string
[src]

The ARN of the role that provides Amazon Fraud Detector access to the data location.

§
dataLocation: string
[src]

The Amazon S3 bucket location for the data.