Storage Gateway Smb File Share

This table represents the Storage Gateway Smb File Share resource from Amazon Web Services.

aws.storagegateway_smb_fileshare

Fields

TitleIDTypeData TypeDescription
_keycorestring
access_based_enumerationcoreboolIndicates whether <code>AccessBasedEnumeration</code> is enabled.
account_idcorestring
admin_user_listcorearray<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: <code>DOMAIN\User1</code>, <code>user1</code>, <code>@group1</code>, and <code>@DOMAIN\group1</code>. Can only be set if Authentication is set to <code>ActiveDirectory</code>.
audit_destination_arncorestringThe Amazon Resource Name (ARN) of the storage used for audit logs.
authenticationcorestring
bucket_regioncorestringSpecifies the Region of the S3 bucket where the SMB file share stores files. <note> This parameter is required for SMB file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point. </note>
cache_attributescorejsonRefresh cache information for the file share.
case_sensitivitycorestringThe case of an object name in an Amazon S3 bucket. For <code>ClientSpecified</code>, the client determines the case sensitivity. For <code>CaseSensitive</code>, the gateway determines the case sensitivity. The default value is <code>ClientSpecified</code>.
default_storage_classcorestringThe default storage class for objects put into an Amazon S3 bucket by the S3 File Gateway. The default value is <code>S3_STANDARD</code>. Optional. Valid Values: <code>S3_STANDARD</code> | <code>S3_INTELLIGENT_TIERING</code> | <code>S3_STANDARD_IA</code> | <code>S3_ONEZONE_IA</code>
encryption_typecorestringA value that specifies the type of server-side encryption that the file share will use for the data that it stores in Amazon S3. <note> We recommend using <code>EncryptionType</code> instead of <code>KMSEncrypted</code> to set the file share encryption method. You do not need to provide values for both parameters. If values for both parameters exist in the same request, then the specified encryption methods must not conflict. For example, if <code>EncryptionType</code> is <code>SseS3</code>, then <code>KMSEncrypted</code> must be <code>false</code>. If <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>, then <code>KMSEncrypted</code> must be <code>true</code>. </note>
file_share_arncorestring
file_share_idcorestring
file_share_namecorestringThe name of the file share. Optional. <note> <code>FileShareName</code> must be set if an S3 prefix name is set in <code>LocationARN</code>, or if an access point or access point alias is used. </note>
file_share_statuscorestring
gateway_arncorestring
guess_mime_type_enabledcoreboolA value that enables guessing of the MIME type for uploaded objects based on file extensions. Set this value to <code>true</code> to enable MIME type guessing, otherwise set to <code>false</code>. The default value is <code>true</code>. Valid Values: <code>true</code> | <code>false</code>
invalid_user_listcorearray<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: <code>DOMAIN\User1</code>, <code>user1</code>, <code>@group1</code>, and <code>@DOMAIN\group1</code>. Can only be set if Authentication is set to <code>ActiveDirectory</code>.
kms_encryptedcoreboolOptional. Set to <code>true</code> to use Amazon S3 server-side encryption with your own KMS key (SSE-KMS), or <code>false</code> to use a key managed by Amazon S3 (SSE-S3). To use dual-layer encryption (DSSE-KMS), set the <code>EncryptionType</code> parameter instead. <note> We recommend using <code>EncryptionType</code> instead of <code>KMSEncrypted</code> to set the file share encryption method. You do not need to provide values for both parameters. If values for both parameters exist in the same request, then the specified encryption methods must not conflict. For example, if <code>EncryptionType</code> is <code>SseS3</code>, then <code>KMSEncrypted</code> must be <code>false</code>. If <code>EncryptionType</code> is <code>SseKms</code> or <code>DsseKms</code>, then <code>KMSEncrypted</code> must be <code>true</code>. </note> Valid Values: <code>true</code> | <code>false</code>
location_arncorestring
notification_policycorestringThe notification policy of the file share. <code>SettlingTimeInSeconds</code> controls the number of seconds to wait after the last point in time a client wrote to a file before generating an <code>ObjectUploaded</code> notification. Because clients can make many small writes to files, it's best to set this parameter for as long as possible to avoid generating multiple notifications for the same file in a small time period. <note> <code>SettlingTimeInSeconds</code> has no effect on the timing of the object uploading to Amazon S3, only the timing of the notification. This setting is not meant to specify an exact time at which the notification will be sent. In some cases, the gateway might require more than the specified delay time to generate and send notifications. </note> The following example sets <code>NotificationPolicy</code> on with <code>SettlingTimeInSeconds</code> set to 60. <code>{\"Upload\": {\"SettlingTimeInSeconds\": 60}}</code> The following example sets <code>NotificationPolicy</code> off. <code>{}</code>
object_aclcorestring
oplocks_enabledcoreboolSpecifies whether opportunistic locking is enabled for the SMB file share. <note> Enabling opportunistic locking on case-sensitive shares is not recommended for workloads that involve access to files with the same name in different case. </note> Valid Values: <code>true</code> | <code>false</code>
pathcorestringThe file share path used by the SMB client to identify the mount point.
read_onlycoreboolA value that sets the write status of a file share. Set this value to <code>true</code> to set the write status to read-only, otherwise set to <code>false</code>. Valid Values: <code>true</code> | <code>false</code>
requester_payscoreboolA 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 <code>true</code>, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data. <note> <code>RequesterPays</code> is a configuration for the S3 bucket that backs the file share, so make sure that the configuration on the file share is the same as the S3 bucket configuration. </note> Valid Values: <code>true</code> | <code>false</code>
rolecorestring
smbacl_enabledcoreboolIf this value is set to <code>true</code>, it indicates that access control list (ACL) is enabled on the SMB file share. If it is set to <code>false</code>, it indicates that file and directory permissions are mapped to the POSIX permission. For more information, see <a href="https://docs.aws.amazon.com/filegateway/latest/files3/smb-acl.html">Using Windows ACLs to limit SMB file share access</a> in the <i>Amazon S3 File Gateway User Guide</i>.
tagscorehstore
valid_user_listcorearray<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: <code>DOMAIN\User1</code>, <code>user1</code>, <code>@group1</code>, and <code>@DOMAIN\group1</code>. Can only be set if Authentication is set to <code>ActiveDirectory</code>.
vpc_endpoint_dns_namecorestringSpecifies the DNS name for the VPC endpoint that the SMB file share uses to connect to Amazon S3. <note> This parameter is required for SMB file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point. </note>