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

UpdateFileSystemWindowsConfiguration

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

Updates the configuration for an existing Amazon FSx for Windows File Server file system. Amazon FSx only overwrites existing properties with non-null values provided in the request.

interface UpdateFileSystemWindowsConfiguration {
AuditLogConfiguration?: WindowsAuditLogCreateConfiguration | null;
AutomaticBackupRetentionDays?: number | null;
DailyAutomaticBackupStartTime?: string | null;
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates | null;
ThroughputCapacity?: number | null;
WeeklyMaintenanceStartTime?: string | null;
}

§Properties

§
AuditLogConfiguration?: WindowsAuditLogCreateConfiguration | null
[src]

The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system..

§
AutomaticBackupRetentionDays?: number | null
[src]

The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information, see Working with Automatic Daily Backups.

§
DailyAutomaticBackupStartTime?: string | null
[src]

The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00

§
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates | null
[src]

The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory. You cannot make a self-managed Microsoft AD update request if there is an existing self-managed Microsoft AD update request in progress.

§
ThroughputCapacity?: number | null
[src]

Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to. Valid values are 8, 16, 32, 64, 128, 256, 512, 1024, 2048. You cannot make a throughput capacity update request if there is an existing throughput capacity update request in progress. For more information, see Managing Throughput Capacity.

§
WeeklyMaintenanceStartTime?: string | null
[src]

The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Where d is the weekday number, from 1 through 7, with 1 = Monday and 7 = Sunday.