Class LustreConfiguration.Jsii$Proxy
- All Implemented Interfaces:
LustreConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LustreConfiguration
LustreConfiguration-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.LustreConfiguration
LustreConfiguration.Builder, LustreConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(LustreConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theLustreConfiguration.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal LustreAutoImportPolicyAvailable withScratchandPersistent_1deployment types.final DurationThe number of days to retain automatic backups.final BooleanA boolean flag indicating whether tags for the file system should be copied to backups.Start time for 30-minute daily automatic backup window in Coordinated Universal Time (UTC).Sets the data compression configuration for the file system.final LustreDeploymentTypeThe type of backing file system deployment used by FSx.final DriveCacheTypeThe type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.final StringThe path in Amazon S3 where the root of your Amazon FSx file system is exported.final NumberFor files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.final StringThe path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system.final NumberProvisions the amount of read and write throughput for each 1 tebibyte (TiB) of file system storage capacity, in MB/s/TiB.final LustreMaintenanceTimeThe preferred day and time to perform weekly maintenance.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theLustreConfiguration.Builder.
-
-
Method Details
-
getDeploymentType
Description copied from interface:LustreConfigurationThe type of backing file system deployment used by FSx.- Specified by:
getDeploymentTypein interfaceLustreConfiguration
-
getAutoImportPolicy
Description copied from interface:LustreConfigurationAvailable withScratchandPersistent_1deployment types.When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket.
AutoImportPolicycan have the following values:For more information, see Automatically import updates from your S3 bucket .
This parameter is not supported for Lustre file systems using the
Persistent_2deployment type.Default: - no import policy
- Specified by:
getAutoImportPolicyin interfaceLustreConfiguration
-
getAutomaticBackupRetention
Description copied from interface:LustreConfigurationThe number of days to retain automatic backups.Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
Automatic Backups is not supported on scratch file systems.
Default: Duration.days(0)
- Specified by:
getAutomaticBackupRetentionin interfaceLustreConfiguration
-
getCopyTagsToBackups
Description copied from interface:LustreConfigurationA boolean flag indicating whether tags for the file system should be copied to backups.Default: - false
- Specified by:
getCopyTagsToBackupsin interfaceLustreConfiguration
-
getDailyAutomaticBackupStartTime
Description copied from interface:LustreConfigurationStart time for 30-minute daily automatic backup window in Coordinated Universal Time (UTC).Default: - no backup window
- Specified by:
getDailyAutomaticBackupStartTimein interfaceLustreConfiguration
-
getDataCompressionType
Description copied from interface:LustreConfigurationSets the data compression configuration for the file system.For more information, see Lustre data compression in the Amazon FSx for Lustre User Guide .
Default: - no compression
- Specified by:
getDataCompressionTypein interfaceLustreConfiguration
-
getDriveCacheType
Description copied from interface:LustreConfigurationThe type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.Default: - no drive cache
- Specified by:
getDriveCacheTypein interfaceLustreConfiguration
-
getExportPath
Description copied from interface:LustreConfigurationThe path in Amazon S3 where the root of your Amazon FSx file system is exported.The path must use the same Amazon S3 bucket as specified in ImportPath. If you only specify a bucket name, such as s3://import-bucket, you get a 1:1 mapping of file system objects to S3 bucket objects. This mapping means that the input data in S3 is overwritten on export. If you provide a custom prefix in the export path, such as s3://import-bucket/[custom-optional-prefix], Amazon FSx exports the contents of your file system to that export prefix in the Amazon S3 bucket.
Default: s3://import-bucket/FSxLustre[creation-timestamp]
- Specified by:
getExportPathin interfaceLustreConfiguration
-
getImportedFileChunkSizeMiB
Description copied from interface:LustreConfigurationFor files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.Allowed values are between 1 and 512,000.
Default: 1024
- Specified by:
getImportedFileChunkSizeMiBin interfaceLustreConfiguration
-
getImportPath
Description copied from interface:LustreConfigurationThe path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system.Must be of the format "s3://{bucketName}/optional-prefix" and cannot exceed 900 characters.
Default: - no bucket is imported
- Specified by:
getImportPathin interfaceLustreConfiguration
-
getPerUnitStorageThroughput
Description copied from interface:LustreConfigurationProvisions the amount of read and write throughput for each 1 tebibyte (TiB) of file system storage capacity, in MB/s/TiB.Required with PERSISTENT_1 and PERSISTENT_2 deployment types.
Valid values:
- For PERSISTENT_1 SSD storage: 50, 100, 200 MB/s/TiB.
- For PERSISTENT_1 HDD storage: 12, 40 MB/s/TiB.
- For PERSISTENT_2 SSD storage: 125, 250, 500, 1000 MB/s/TiB.
Default: - no default, conditionally required for PERSISTENT_1 and PERSISTENT_2 deployment type
- Specified by:
getPerUnitStorageThroughputin interfaceLustreConfiguration
-
getWeeklyMaintenanceStartTime
Description copied from interface:LustreConfigurationThe preferred day and time to perform weekly maintenance.The first digit is the day of the week, starting at 1 for Monday, then the following are hours and minutes in the UTC time zone, 24 hour clock. For example: '2:20:30' is Tuesdays at 20:30.
Default: - no preference
- Specified by:
getWeeklyMaintenanceStartTimein interfaceLustreConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-