FileSystemDescription
import type { FileSystemDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/efs.ts";interface FileSystemDescription {
AvailabilityZoneId?: string | null;
AvailabilityZoneName?: string | null;
CreationTime: Date | number;
CreationToken: string;
Encrypted?: boolean | null;
FileSystemArn?: string | null;
FileSystemId: string;
KmsKeyId?: string | null;
LifeCycleState: LifeCycleState;
Name?: string | null;
NumberOfMountTargets: number;
OwnerId: string;
PerformanceMode: PerformanceMode;
ProvisionedThroughputInMibps?: number | null;
SizeInBytes: FileSystemSize;
Tags: Tag[];
ThroughputMode?: ThroughputMode | null;
}§Properties
§
LifeCycleState: LifeCycleState
[src]§
PerformanceMode: PerformanceMode
[src]§
SizeInBytes: FileSystemSize
[src]§
ThroughputMode?: ThroughputMode | null
[src]