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

DynamoDbSettings

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

Provides the Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role used to define an Amazon DynamoDB target endpoint.

interface DynamoDbSettings {
ServiceAccessRoleArn: string;
}

§Properties

§
ServiceAccessRoleArn: string
[src]

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