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

CreateFleetAdvisorCollectorRequest

import type { CreateFleetAdvisorCollectorRequest } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface CreateFleetAdvisorCollectorRequest {
CollectorName: string;
Description?: string | null;
S3BucketName: string;
ServiceAccessRoleArn: string;
}

§Properties

§
CollectorName: string
[src]

The name of your Fleet Advisor collector (for example, sample-collector).

§
Description?: string | null
[src]

A summary description of your Fleet Advisor collector.

§
S3BucketName: string
[src]

The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.

§
ServiceAccessRoleArn: string
[src]

The IAM role that grants permissions to access the specified Amazon S3 bucket.