Show / Hide Table of Contents

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 Source

Arn

Amazon Resource Name of the file system.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

CreationToken

Declaration
public readonly string CreationToken
Field Value
Type Description
System.String
View Source

DnsName

The DNS name for the filesystem per documented convention.

Declaration
public readonly string DnsName
Field Value
Type Description
System.String
View Source

Encrypted

Whether EFS is encrypted.

Declaration
public readonly bool Encrypted
Field Value
Type Description
System.Boolean
View Source

FileSystemId

Declaration
public readonly string FileSystemId
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KmsKeyId

The ARN for the KMS encryption key.

Declaration
public readonly string KmsKeyId
Field Value
Type Description
System.String
View Source

LifecyclePolicy

A file system lifecycle policy object.

Declaration
public readonly GetFileSystemLifecyclePolicyResult LifecyclePolicy
Field Value
Type Description
GetFileSystemLifecyclePolicyResult
View Source

PerformanceMode

The file system performance mode.

Declaration
public readonly string PerformanceMode
Field Value
Type Description
System.String
View Source

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
View Source

SizeInBytes

The current byte count used by the file system.

Declaration
public readonly int SizeInBytes
Field Value
Type Description
System.Int32
View Source

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

ThroughputMode

Throughput mode for the file system.

Declaration
public readonly string ThroughputMode
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.