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

TestRoleRequest

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

The TestRoleRequest structure.

interface TestRoleRequest {
InputBucket: string;
OutputBucket: string;
Role: string;
Topics: string[];
}

§Properties

§
InputBucket: string
[src]

The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

§
OutputBucket: string
[src]

The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

§
Role: string
[src]

The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

§
Topics: string[]
[src]

The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.