AWSEFSFileSystem
No description
type AWSEFSFileSystem {
metadata: ResourceMetadata!
region: AWSRegion!
createdAt: DateTime!
creationToken: String!
id: String!
lifeCycleState: AWSEFSFileSystemLifeCycleStateType!
numberOfMountTargets: Int!
ownerId: String!
performanceMode: AWSEFSFileSystemPerformanceModeType!
sizeInBytes: AWSEFSFileSystemSize!
tags: [AWSTag!]!
availabilityZoneId: String!
availabilityZoneName: String!
encrypted: Boolean!
arn: String!
kmsKeyId: String!
name: String!
provisionedThroughputInMibps: Float64!
throughputMode: AWSEFSFileSystemThroughputModeType!
policy: AWSEFSFileSystemPolicy!
backupPolicy: AWSEFSFileSystemBackupPolicy!
accessPoints: [AWSEFSFileSystemAccessPoint!]!
}
Fields
AWSEFSFileSystem.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
AWSEFSFileSystem.region ● AWSRegion! non-null scalar
The region the file system is in
AWSEFSFileSystem.createdAt ● DateTime! non-null scalar
The created date/time
AWSEFSFileSystem.creationToken ● String! non-null scalar
The opaque string specified in the request
AWSEFSFileSystem.id ● String! non-null scalar
The ID of the file system, assigned by Amazon EFS
AWSEFSFileSystem.lifeCycleState ● AWSEFSFileSystemLifeCycleStateType! non-null enum
The lifecycle state of the file system
AWSEFSFileSystem.numberOfMountTargets ● Int! non-null scalar
The current number of mount targets that the file system has
AWSEFSFileSystem.ownerId ● String! non-null scalar
The Amazon Web Services account that created the file system
AWSEFSFileSystem.performanceMode ● AWSEFSFileSystemPerformanceModeType! non-null enum
The performance mode of the file system
AWSEFSFileSystem.sizeInBytes ● AWSEFSFileSystemSize! non-null object
The latest known metered size (in bytes) of data stored in the file system and the time at which that size was determined
AWSEFSFileSystem.tags ● [AWSTag!]! non-null object
The tags associated with the file system
AWSEFSFileSystem.availabilityZoneId ● String! non-null scalar
The unique and consistent identifier of the Availability Zone in which the file system's One Zone storage classes exist
AWSEFSFileSystem.availabilityZoneName ● String! non-null scalar
The Amazon Web Services Availability Zone in which the file system is located, and is valid only for file systems using One Zone storage classes
AWSEFSFileSystem.encrypted ● Boolean! non-null scalar
Indicates whether the file system is encrypted
AWSEFSFileSystem.arn ● String! non-null scalar
The Amazon Resource Name (ARN) for the EFS file system The format:
arn:aws:elasticfilesystem:region:{ACCOUNT_ID}:file-system/{FILE_SYSTEM_ID}
AWSEFSFileSystem.kmsKeyId ● String! non-null scalar
The ID of an KMS key used to protect the encrypted file system
AWSEFSFileSystem.name ● String! non-null scalar
The name of the file system
AWSEFSFileSystem.provisionedThroughputInMibps ● Float64! non-null scalar
The amount of provisioned throughput, measured in MiB/s, for the file system
AWSEFSFileSystem.throughputMode ● AWSEFSFileSystemThroughputModeType! non-null enum
The throughput mode for a file system
AWSEFSFileSystem.policy ● AWSEFSFileSystemPolicy! non-null object
The policy for the file system
AWSEFSFileSystem.backupPolicy ● AWSEFSFileSystemBackupPolicy! non-null object
The file system's backup policy, indicating whether automatic backups are turned on or off
AWSEFSFileSystem.accessPoints ● [AWSEFSFileSystemAccessPoint!]! non-null object
The access points that are associated with the file system
Member of
AWSEFS object