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

FSxWindowsFileServerAuthorizationConfig

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

The authorization configuration details for Amazon FSx for Windows File Server file system. See FSxWindowsFileServerVolumeConfiguration in the Amazon ECS API Reference.

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

interface FSxWindowsFileServerAuthorizationConfig {
credentialsParameter: string;
domain: string;
}

§Properties

§
credentialsParameter: string
[src]

The authorization credential option to use. The authorization credential options can be provided using either the Amazon Resource Name (ARN) of an Secrets Manager secret or SSM Parameter Store parameter. The ARN refers to the stored credentials.

§
domain: string
[src]

A fully qualified domain name hosted by an Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.