@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.271Z") @Stability(value=Experimental) public class LustreFileSystem extends FileSystemBase
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html| Modifier and Type | Class and Description |
|---|---|
static class |
LustreFileSystem.Builder
(experimental) 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)
(experimental) Import an existing FSx for Lustre file system from the given properties.
|
Connections |
getConnections()
(experimental) The security groups/rules used to allow network connections to the file system.
|
String |
getDnsName()
(experimental) The DNS name assigned to this file system.
|
String |
getFileSystemId()
(experimental) The ID that AWS assigns to the file system.
|
String |
getMountName()
(experimental) The mount name of the file system, generated by FSx.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, 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=Experimental)
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=Experimental) @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=Experimental) @NotNull public Connections getConnections()
getConnections in interface IConnectablegetConnections in class FileSystemBase@Stability(value=Experimental) @NotNull public String getDnsName()
getDnsName in class FileSystemBase@Stability(value=Experimental) @NotNull public String getFileSystemId()
getFileSystemId in interface IFileSystemgetFileSystemId in class FileSystemBase@Stability(value=Experimental) @NotNull public String getMountName()
Copyright © 2021. All rights reserved.