LustreFileSystemConfiguration

public struct LustreFileSystemConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let automaticBackupRetentionDays: Int?
  • A boolean flag indicating whether tags on the file system should be copied to backups. 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. (Default = false)

    Declaration

    Swift

    public let copyTagsToBackups: Bool?
  • Undocumented

    Declaration

    Swift

    public let dailyAutomaticBackupStartTime: String?
  • Undocumented

    Declaration

    Swift

    public let dataRepositoryConfiguration: DataRepositoryConfiguration?
  • The deployment type of the FSX for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data. SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1. The PERSISTENT_1 deployment type is used for longer-term storage and workloads and encryption of data in transit. To learn more about deployment types, see FSx for Lustre Deployment Options. (Default = SCRATCH_1)

    Declaration

    Swift

    public let deploymentType: LustreDeploymentType?
  • The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when storage type is HDD. Set to READ, improve the performance for frequently accessed files and allows 20% of the total storage capacity of the file system to be cached. This parameter is required when StorageType is set to HDD.

    Declaration

    Swift

    public let driveCacheType: DriveCacheType?
  • You use the MountName value when mounting the file system. For the SCRATCH_1 deployment type, this value is always “fsx”. For SCRATCH_2 and PERSISTENT_1 deployment types, this value is a string that is unique within an AWS Region.

    Declaration

    Swift

    public let mountName: String?
  • Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 deployment types. Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage: 12, 40.

    Declaration

    Swift

    public let perUnitStorageThroughput: Int?
  • 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.

    Declaration

    Swift

    public let weeklyMaintenanceStartTime: String?
  • Undocumented

    Declaration

    Swift

    public init(automaticBackupRetentionDays: Int? = nil, copyTagsToBackups: Bool? = nil, dailyAutomaticBackupStartTime: String? = nil, dataRepositoryConfiguration: DataRepositoryConfiguration? = nil, deploymentType: LustreDeploymentType? = nil, driveCacheType: DriveCacheType? = nil, mountName: String? = nil, perUnitStorageThroughput: Int? = nil, weeklyMaintenanceStartTime: String? = nil)