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

CreateFleetAdvisorCollectorResponse

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

§Properties

§
CollectorName?: string | null
[src]

The name of the new Fleet Advisor collector.

§
CollectorReferencedId?: string | null
[src]

The unique ID of the new Fleet Advisor collector, for example: 22fda70c-40d5-4acf-b233-a495bd8eb7f5

§
Description?: string | null
[src]

A summary description of the Fleet Advisor collector.

§
S3BucketName?: string | null
[src]

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

§
ServiceAccessRoleArn?: string | null
[src]

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