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

FSxWindowsFileServerVolumeConfiguration

import type { FSxWindowsFileServerVolumeConfiguration } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";

This parameter is specified when you're using Amazon FSx for Windows File Server file system for task storage.

For more information and the input format, see Amazon FSx for Windows File Server volumes in the Amazon Elastic Container Service Developer Guide.

interface FSxWindowsFileServerVolumeConfiguration {
fileSystemId: string;
rootDirectory: string;
}

§Properties

§

The authorization configuration details for the Amazon FSx for Windows File Server file system.

§
fileSystemId: string
[src]

The Amazon FSx for Windows File Server file system ID to use.

§
rootDirectory: string
[src]

The directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.