NAME
Paws::FSX::UpdateFileSystemWindowsConfiguration
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::FSX::UpdateFileSystemWindowsConfiguration object:
$service_obj->Method(Att1 => { AutomaticBackupRetentionDays => $value, ..., WeeklyMaintenanceStartTime => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::FSX::UpdateFileSystemWindowsConfiguration object:
$result = $service_obj->Method(...);
$result->Att1->AutomaticBackupRetentionDays
DESCRIPTION
Updates the Microsoft Windows configuration for an existing Amazon FSx for Windows File Server file system. Amazon FSx overwrites existing properties with non-null values provided in the request. If you don't specify a non-null value for a property, that property is not updated.
ATTRIBUTES
AutomaticBackupRetentionDays => Int
The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 35 days.
DailyAutomaticBackupStartTime => Str
The preferred time to take daily automatic backups, in the UTC time zone.
SelfManagedActiveDirectoryConfiguration => Paws::FSX::SelfManagedActiveDirectoryConfigurationUpdates
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory.
WeeklyMaintenanceStartTime => Str
The preferred time to perform weekly maintenance, in the UTC time zone.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::FSX
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues