Get File System Result
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)
Properties
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
Link copied to clipboard
File system lifecycle policy object.
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
Throughput mode for the file system.