The authentication method that users use to access the file share.Valid values are ActiveDirectory
or GuestAccess
. The default is ActiveDirectory
.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
A unique string value that you supply that is used by file gateway to ensure idempotent file share creation.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
The default storage class for objects put into an Amazon S3 bucket by the file gateway. Possible values are S3_STANDARD
, S3_STANDARD_IA
, or S3_ONEZONE_IA
. If this field is not populated, the default value S3_STANDARD
is used. Optional.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
-Force <SwitchParameter>
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
The Amazon Resource Name (ARN) of the file gateway on which you want to create a file share.
Required? | False |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
-GuessMIMETypeEnabled <Boolean>
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, and otherwise to false. The default value is true.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
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. For example @group1
. Can only be set if Authentication is set to ActiveDirectory
.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
-KMSEncrypted <Boolean>
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.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption. This value can only be set when KMSEncrypted is true. Optional.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
The ARN of the backed storage used for storing file data.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
A value that sets the access control list permission for objects in the S3 bucket that a file gateway puts objects into. The default value is "private".
Required? | False |
Position? | Named |
Accept pipeline input? | False |
-ReadOnly <Boolean>
A value that sets the write status of a file share. This value is true if the write status is read-only, and otherwise false.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
-RequesterPay <Boolean>
A value that sets the access control list permission for objects in the Amazon S3 bucket that a file gateway puts objects into. The default value is private
.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes when it accesses the underlying storage.
Required? | False |
Position? | Named |
Accept pipeline input? | False |
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. For example @group1
. Can only be set if Authentication is set to ActiveDirectory
.
Required? | False |
Position? | Named |
Accept pipeline input? | False |