amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FSx.Types.WindowsFileSystemConfiguration

Description

 
Synopsis

Documentation

data WindowsFileSystemConfiguration Source #

The configuration for this Microsoft Windows file system.

See: newWindowsFileSystemConfiguration smart constructor.

Constructors

WindowsFileSystemConfiguration' 

Fields

  • activeDirectoryId :: Maybe Text

    The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

  • aliases :: Maybe [Alias]
     
  • auditLogConfiguration :: Maybe WindowsAuditLogConfiguration

    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 :: Maybe Natural

    The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

  • copyTagsToBackups :: Maybe Bool

    A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

  • dailyAutomaticBackupStartTime :: Maybe Text

    The preferred time to take daily automatic backups, in the UTC time zone.

  • deploymentType :: Maybe WindowsDeploymentType

    Specifies the file system deployment type, valid values are the following:

    • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
    • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
    • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

    For more information, see Single-AZ and Multi-AZ File Systems.

  • maintenanceOperationsInProgress :: Maybe [FileSystemMaintenanceOperation]

    The list of maintenance operations in progress for this file system.

  • preferredFileServerIp :: Maybe Text

    For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

    Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares.

  • preferredSubnetId :: Maybe Text

    For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

    For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs. For more information, see Availability and durability: Single-AZ and Multi-AZ file systems.

  • remoteAdministrationEndpoint :: Maybe Text

    For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

    For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

    This endpoint is temporarily unavailable when the file system is undergoing maintenance.

  • selfManagedActiveDirectoryConfiguration :: Maybe SelfManagedActiveDirectoryAttributes
     
  • throughputCapacity :: Maybe Natural

    The throughput of the Amazon FSx file system, measured in megabytes per second.

  • weeklyMaintenanceStartTime :: Maybe Text

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

Instances

Instances details
FromJSON WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

Generic WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

Associated Types

type Rep WindowsFileSystemConfiguration :: Type -> Type #

Read WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

Show WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

NFData WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

Eq WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

Hashable WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

type Rep WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

type Rep WindowsFileSystemConfiguration = D1 ('MetaData "WindowsFileSystemConfiguration" "Amazonka.FSx.Types.WindowsFileSystemConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "WindowsFileSystemConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "activeDirectoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "aliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alias])) :*: S1 ('MetaSel ('Just "auditLogConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WindowsAuditLogConfiguration)))) :*: ((S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WindowsDeploymentType))))) :*: ((S1 ('MetaSel ('Just "maintenanceOperationsInProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileSystemMaintenanceOperation])) :*: (S1 ('MetaSel ('Just "preferredFileServerIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "preferredSubnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "remoteAdministrationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "selfManagedActiveDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedActiveDirectoryAttributes))) :*: (S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newWindowsFileSystemConfiguration :: WindowsFileSystemConfiguration Source #

Create a value of WindowsFileSystemConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activeDirectoryId:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_activeDirectoryId - The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

$sel:aliases:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_aliases - Undocumented member.

$sel:auditLogConfiguration:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_auditLogConfiguration - 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.

$sel:automaticBackupRetentionDays:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_automaticBackupRetentionDays - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

$sel:copyTagsToBackups:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_copyTagsToBackups - A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

$sel:dailyAutomaticBackupStartTime:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_dailyAutomaticBackupStartTime - The preferred time to take daily automatic backups, in the UTC time zone.

$sel:deploymentType:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_deploymentType - Specifies the file system deployment type, valid values are the following:

  • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
  • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
  • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

For more information, see Single-AZ and Multi-AZ File Systems.

$sel:maintenanceOperationsInProgress:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_maintenanceOperationsInProgress - The list of maintenance operations in progress for this file system.

$sel:preferredFileServerIp:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_preferredFileServerIp - For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares.

$sel:preferredSubnetId:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_preferredSubnetId - For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs. For more information, see Availability and durability: Single-AZ and Multi-AZ file systems.

$sel:remoteAdministrationEndpoint:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_remoteAdministrationEndpoint - For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

This endpoint is temporarily unavailable when the file system is undergoing maintenance.

$sel:selfManagedActiveDirectoryConfiguration:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_selfManagedActiveDirectoryConfiguration - Undocumented member.

$sel:throughputCapacity:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_throughputCapacity - The throughput of the Amazon FSx file system, measured in megabytes per second.

$sel:weeklyMaintenanceStartTime:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_weeklyMaintenanceStartTime - The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

windowsFileSystemConfiguration_activeDirectoryId :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

windowsFileSystemConfiguration_auditLogConfiguration :: Lens' WindowsFileSystemConfiguration (Maybe WindowsAuditLogConfiguration) Source #

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.

windowsFileSystemConfiguration_automaticBackupRetentionDays :: Lens' WindowsFileSystemConfiguration (Maybe Natural) Source #

The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

windowsFileSystemConfiguration_copyTagsToBackups :: Lens' WindowsFileSystemConfiguration (Maybe Bool) Source #

A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

windowsFileSystemConfiguration_dailyAutomaticBackupStartTime :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

The preferred time to take daily automatic backups, in the UTC time zone.

windowsFileSystemConfiguration_deploymentType :: Lens' WindowsFileSystemConfiguration (Maybe WindowsDeploymentType) Source #

Specifies the file system deployment type, valid values are the following:

  • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
  • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
  • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

For more information, see Single-AZ and Multi-AZ File Systems.

windowsFileSystemConfiguration_preferredFileServerIp :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares.

windowsFileSystemConfiguration_preferredSubnetId :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs. For more information, see Availability and durability: Single-AZ and Multi-AZ file systems.

windowsFileSystemConfiguration_remoteAdministrationEndpoint :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

This endpoint is temporarily unavailable when the file system is undergoing maintenance.

windowsFileSystemConfiguration_throughputCapacity :: Lens' WindowsFileSystemConfiguration (Maybe Natural) Source #

The throughput of the Amazon FSx file system, measured in megabytes per second.

windowsFileSystemConfiguration_weeklyMaintenanceStartTime :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

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