SMBFileShareInfo class
The Windows 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 for file gateways.
Constructors
-
factory
Properties
- accessBasedEnumeration → bool?
-
Indicates whether
AccessBasedEnumeration
is enabled.final -
adminUserList
→ List<
String> ? -
A list of users or groups in the Active Directory that have administrator
rights to the file share. A group must be prefixed with the @ character.
Acceptable formats include:
DOMAIN\User1
,user1
,@group1
, and@DOMAIN\group1
. Can only be set if Authentication is set toActiveDirectory
.final - auditDestinationARN → String?
-
The Amazon Resource Name (ARN) of the storage used for the audit logs.
final
- authentication → String?
-
final
- cacheAttributes → CacheAttributes?
-
Refresh cache information.
final
- caseSensitivity → CaseSensitivity?
-
The case of an object name in an Amazon S3 bucket. For
ClientSpecified
, the client determines the case sensitivity. ForCaseSensitive
, the gateway determines the case sensitivity. The default value isClientSpecified
.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 -
final
-
final
-
The name of the file share. Optional.
final
-
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 tofalse
. The default value istrue
.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
invalidUserList
→ List<
String> ? -
A list of users or groups in the Active Directory that are not allowed to
access the file share. A group must be prefixed with the @ character.
Acceptable formats include:
DOMAIN\User1
,user1
,@group1
, and@DOMAIN\group1
. Can only be set if Authentication is set toActiveDirectory
.final - kMSEncrypted → bool?
-
Set to
true
to use Amazon S3 server-side encryption with your own AWS KMS key, orfalse
to use a key managed by Amazon S3. Optional.final - kMSKey → String?
-
final
- locationARN → String?
-
final
- notificationPolicy → String?
-
The notification policy of the file share.
final
- objectACL → ObjectACL?
-
final
- path → String?
-
The file share path used by the SMB client to identify the mount point.
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 tofalse
.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
- sMBACLEnabled → bool?
-
If this value is set to
true
, it indicates that access control list (ACL) is enabled on the SMB file share. If it is set tofalse
, it indicates that file and directory permissions are mapped to the POSIX permission.final -
A list of up to 50 tags assigned to the SMB 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 -
validUserList
→ List<
String> ? -
A list of users or groups in the Active Directory that are allowed to access
the file share. A group must be prefixed with the @ character. Acceptable
formats include:
DOMAIN\User1
,user1
,@group1
, and@DOMAIN\group1
. Can only be set if Authentication is set toActiveDirectory
.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