| Package | Description |
|---|---|
| software.amazon.awscdk.services.fsx |
Amazon FSx Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
LustreDeploymentType |
LustreConfiguration.getDeploymentType()
(experimental) The type of backing file system deployment used by FSx.
|
LustreDeploymentType |
LustreConfiguration.Jsii$Proxy.getDeploymentType() |
static LustreDeploymentType |
LustreDeploymentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LustreDeploymentType[] |
LustreDeploymentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LustreConfiguration.Builder |
LustreConfiguration.Builder.deploymentType(LustreDeploymentType deploymentType)
Sets the value of
LustreConfiguration.getDeploymentType() |
| Constructor and Description |
|---|
Jsii$Proxy(LustreDeploymentType deploymentType,
String exportPath,
Number importedFileChunkSizeMiB,
String importPath,
Number perUnitStorageThroughput,
LustreMaintenanceTime weeklyMaintenanceStartTime)
Constructor that initializes the object based on literal property values passed by the
LustreConfiguration.Builder. |
Copyright © 2021. All rights reserved.