Class GetFileSystemResult
Inheritance
System.Object
GetFileSystemResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Efs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetFileSystemResult
Fields
View SourceArn
Amazon Resource Name of the file system.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
CreationToken
Declaration
public readonly string CreationToken
Field Value
| Type | Description |
|---|---|
| System.String |
DnsName
The DNS name for the filesystem per documented convention.
Declaration
public readonly string DnsName
Field Value
| Type | Description |
|---|---|
| System.String |
Encrypted
Whether EFS is encrypted.
Declaration
public readonly bool Encrypted
Field Value
| Type | Description |
|---|---|
| System.Boolean |
FileSystemId
Declaration
public readonly string FileSystemId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KmsKeyId
The ARN for the KMS encryption key.
Declaration
public readonly string KmsKeyId
Field Value
| Type | Description |
|---|---|
| System.String |
LifecyclePolicy
A file system lifecycle policy object.
Declaration
public readonly GetFileSystemLifecyclePolicyResult LifecyclePolicy
Field Value
| Type | Description |
|---|---|
| GetFileSystemLifecyclePolicyResult |
PerformanceMode
The file system performance mode.
Declaration
public readonly string PerformanceMode
Field Value
| Type | Description |
|---|---|
| System.String |
ProvisionedThroughputInMibps
The throughput, measured in MiB/s, that you want to provision for the file system.
tags-A map of tags to assign to the file system.
Declaration
public readonly double ProvisionedThroughputInMibps
Field Value
| Type | Description |
|---|---|
| System.Double |
SizeInBytes
The current byte count used by the file system.
Declaration
public readonly int SizeInBytes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Tags
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
ThroughputMode
Throughput mode for the file system.
Declaration
public readonly string ThroughputMode
Field Value
| Type | Description |
|---|---|
| System.String |