Show / Hide Table of Contents

Class FileSystemBase

A new or imported FSx file system.

Inheritance
object
Resource
FileSystemBase
LustreFileSystem
Implements
IResource
IConstruct
IDependable
IEnvironmentAware
IFileSystem
IConnectable
Inherited Members
Resource.IsOwnedResource(IConstruct)
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(string, IArnComponents)
Resource.GetResourceNameAttribute(string)
Resource.Env
Resource.PhysicalName
Resource.Stack
Namespace: Amazon.CDK.AWS.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public abstract class FileSystemBase : Resource, IResource, IConstruct, IDependable, IEnvironmentAware, IFileSystem, IConnectable
Syntax (vb)
Public MustInherit Class FileSystemBase Inherits Resource Implements IResource, IConstruct, IDependable, IEnvironmentAware, IFileSystem, IConnectable

Synopsis

Constructors

FileSystemBase(Construct, string, IResourceProps?)

A new or imported FSx file system.

Properties

Connections

The security groups/rules used to allow network connections to the file system.

DnsName

The DNS name assigned to this file system.

FileSystemId

The ID of the file system, assigned by Amazon FSx.

Constructors

FileSystemBase(Construct, string, IResourceProps?)

A new or imported FSx file system.

protected FileSystemBase(Construct scope, string id, IResourceProps? props = null)
Parameters
scope Construct
id string
props IResourceProps

Properties

Connections

The security groups/rules used to allow network connections to the file system.

public abstract Connections_ Connections { get; }
Property Value

Connections_

Remarks

Attribute: true

DnsName

The DNS name assigned to this file system.

public abstract string DnsName { get; }
Property Value

string

Remarks

Attribute: true

FileSystemId

The ID of the file system, assigned by Amazon FSx.

public abstract string FileSystemId { get; }
Property Value

string

Remarks

Attribute: true

Implements

IResource
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
IFileSystem
IConnectable
Back to top Generated by DocFX