NFSFileShareInfo class

The Unix file permissions and ownership information assigned, by default, to native S3 objects when file gateway discovers them in S3 buckets. This operation is only supported in file gateways.

Constructors

NFSFileShareInfo({CacheAttributes? cacheAttributes, List<String>? clientList, String? defaultStorageClass, String? fileShareARN, String? fileShareId, String? fileShareName, String? fileShareStatus, String? gatewayARN, bool? guessMIMETypeEnabled, bool? kMSEncrypted, String? kMSKey, String? locationARN, NFSFileShareDefaults? nFSFileShareDefaults, String? notificationPolicy, ObjectACL? objectACL, String? path, bool? readOnly, bool? requesterPays, String? role, String? squash, List<Tag>? tags})
NFSFileShareInfo.fromJson(Map<String, dynamic> json)
factory

Properties

cacheAttributes CacheAttributes?
Refresh cache information.
final
clientList List<String>?
final
defaultStorageClass String?
The default storage class for objects put into an Amazon S3 bucket by the file gateway. The default value is S3_INTELLIGENT_TIERING. Optional.
final
fileShareARN String?
final
fileShareId String?
final
fileShareName String?
The name of the file share. Optional.
final
fileShareStatus String?
final
gatewayARN String?
final
guessMIMETypeEnabled bool?
A value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to true to enable MIME type guessing, otherwise set to false. The default value is true.
final
hashCode int
The hash code for this object.
no setterinherited
kMSEncrypted bool?
Set to true to use Amazon S3 server-side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
final
kMSKey String?
final
locationARN String?
final
nFSFileShareDefaults NFSFileShareDefaults?
final
notificationPolicy String?
The notification policy of the file share.
final
objectACL ObjectACL?
final
path String?
final
readOnly bool?
A value that sets the write status of a file share. Set this value to true to set the write status to read-only, otherwise set to false.
final
requesterPays bool?
A value that sets who pays the cost of the request and the cost associated with data download from the S3 bucket. If this value is set to true, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data. Valid Values: true | false
final
role String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
squash String?
final
tags List<Tag>?
A list of up to 50 tags assigned to the NFS file share, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited