@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.458Z") @Stability(value=Stable) public class LustreFileSystem extends FileSystemBase
Example:
// Example automatically generated from non-compiling source. May contain errors.
Vpc vpc;
s3.Bucket bucket;
Map<String, Object> lustreConfiguration = Map.of(
"deploymentType", LustreDeploymentType.SCRATCH_2,
"exportPath", bucket.s3UrlForObject(),
"importPath", bucket.s3UrlForObject(),
"autoImportPolicy", LustreAutoImportPolicy.NEW_CHANGED_DELETED);
LustreFileSystem fs = LustreFileSystem.Builder.create(this, "FsxLustreFileSystem")
.vpc(vpc)
.vpcSubnet(vpc.getPrivateSubnets()[0])
.storageCapacityGiB(1200)
.lustreConfiguration(lustreConfiguration)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
LustreFileSystem.Builder
A fluent builder for
LustreFileSystem. |
software.amazon.jsii.JsiiObject.InitializationModeIFileSystem.Jsii$DefaultIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
LustreFileSystem(software.constructs.Construct scope,
String id,
LustreFileSystemProps props) |
protected |
LustreFileSystem(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LustreFileSystem(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IFileSystem |
fromLustreFileSystemAttributes(software.constructs.Construct scope,
String id,
FileSystemAttributes attrs)
Import an existing FSx for Lustre file system from the given properties.
|
Connections |
getConnections()
The security groups/rules used to allow network connections to the file system.
|
String |
getDnsName()
The DNS name assigned to this file system.
|
String |
getFileSystemId()
The ID that AWS assigns to the file system.
|
String |
getMountName()
The mount name of the file system, generated by FSx.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LustreFileSystem(software.amazon.jsii.JsiiObjectRef objRef)
protected LustreFileSystem(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public LustreFileSystem(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
LustreFileSystemProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public static IFileSystem fromLustreFileSystemAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull FileSystemAttributes attrs)
scope - This parameter is required.id - This parameter is required.attrs - This parameter is required.@Stability(value=Stable) @NotNull public Connections getConnections()
getConnections in interface IConnectablegetConnections in class FileSystemBase@Stability(value=Stable) @NotNull public String getDnsName()
getDnsName in class FileSystemBase@Stability(value=Stable) @NotNull public String getFileSystemId()
getFileSystemId in interface IFileSystemgetFileSystemId in class FileSystemBase@Stability(value=Stable) @NotNull public String getMountName()
Copyright © 2022. All rights reserved.