Storage Gateway Nfs File Share

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

aws.storagegateway_nfs_fileshare

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
audit_destination_arncorestringThe Amazon Resource Name (ARN) of the storage used for audit logs.
bucket_regioncorestringSpecifies the Region of the S3 bucket where the NFS file share stores files. <note> This parameter is required for NFS 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.
client_listcorearray<string>
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>
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
nfs_file_share_defaultscorejson
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
pathcorestring
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
squashcorestring
tagscorehstore
vpc_endpoint_dns_namecorestringSpecifies the DNS name for the VPC endpoint that the NFS file share uses to connect to Amazon S3. <note> This parameter is required for NFS 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>