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

AssociateFileSystemAliasesRequest

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

The request object specifying one or more DNS alias names to associate with an Amazon FSx for Windows File Server file system.

interface AssociateFileSystemAliasesRequest {
Aliases: string[];
ClientRequestToken?: string | null;
FileSystemId: string;
}

§Properties

§
Aliases: string[]
[src]

An array of one or more DNS alias names to associate with the file system. The alias name has to comply with the following formatting requirements:

  • Formatted as a fully-qualified domain name (FQDN), _ hostname.domain_, for example, accounting.corp.example.com.
  • Can contain alphanumeric characters and the hyphen (-).
  • Cannot start or end with a hyphen.
  • Can start with a numeric.

For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

§
ClientRequestToken?: string | null
[src]
§
FileSystemId: string
[src]

Specifies the file system with which you want to associate one or more DNS aliases.