@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-02T20:25:31.150Z") public interface LustreFileSystemProps extends FileSystemProps
Example:
Vpc vpc; LustreFileSystem fileSystem = LustreFileSystem.Builder.create(this, "FsxLustreFileSystem") .lustreConfiguration(LustreConfiguration.builder().deploymentType(LustreDeploymentType.SCRATCH_2).build()) .storageCapacityGiB(1200) .vpc(vpc) .vpcSubnet(vpc.getPrivateSubnets()[0]) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
LustreFileSystemProps.Builder
A builder for
LustreFileSystemProps |
static class |
LustreFileSystemProps.Jsii$Proxy
An implementation for
LustreFileSystemProps |
Modifier and Type | Method and Description |
---|---|
static LustreFileSystemProps.Builder |
builder() |
LustreConfiguration |
getLustreConfiguration()
Additional configuration for FSx specific to Lustre.
|
ISubnet |
getVpcSubnet()
The subnet that the file system will be accessible from.
|
getBackupId, getKmsKey, getRemovalPolicy, getSecurityGroup, getStorageCapacityGiB, getVpc
LustreConfiguration getLustreConfiguration()
ISubnet getVpcSubnet()
static LustreFileSystemProps.Builder builder()
builder
in interface FileSystemProps
LustreFileSystemProps.Builder
of LustreFileSystemProps