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

DmsTransferSettings

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

The settings in JSON format for the DMS Transfer type source endpoint.

interface DmsTransferSettings {
BucketName?: string | null;
ServiceAccessRoleArn?: string | null;
}

§Properties

§
BucketName?: string | null
[src]

The name of the S3 bucket to use.

§
ServiceAccessRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole action.