GetFileSystemResult

data class GetFileSystemResult(val arn: String, val availabilityZoneId: String, val availabilityZoneName: String, val creationToken: String, val dnsName: String, val encrypted: Boolean, val fileSystemId: String, val id: String, val kmsKeyId: String, val lifecyclePolicy: GetFileSystemLifecyclePolicy, val performanceMode: String, val provisionedThroughputInMibps: Double, val sizeInBytes: Int, val tags: Map<String, String>, val throughputMode: String)

A collection of values returned by getFileSystem.

Constructors

Link copied to clipboard
constructor(arn: String, availabilityZoneId: String, availabilityZoneName: String, creationToken: String, dnsName: String, encrypted: Boolean, fileSystemId: String, id: String, kmsKeyId: String, lifecyclePolicy: GetFileSystemLifecyclePolicy, performanceMode: String, provisionedThroughputInMibps: Double, sizeInBytes: Int, tags: Map<String, String>, throughputMode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Amazon Resource Name of the file system.

Link copied to clipboard

The identifier of the Availability Zone in which the file system's One Zone storage classes exist.

Link copied to clipboard

The Availability Zone name in which the file system's One Zone storage classes exist.

Link copied to clipboard
Link copied to clipboard

DNS name for the filesystem per documented convention.

Link copied to clipboard

Whether EFS is encrypted.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN for the KMS encryption key.

Link copied to clipboard
Link copied to clipboard

File system performance mode.

Link copied to clipboard

The throughput, measured in MiB/s, that you want to provision for the file system.

Link copied to clipboard

Current byte count used by the file system.

Link copied to clipboard

A map of tags to assign to the file system.

Link copied to clipboard

Throughput mode for the file system.