NFSDataRepositoryConfiguration
The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
Contents
- Version
-
The version of the NFS (Network File System) protocol of the NFS data repository. Currently, the only supported value is
NFS3
, which indicates that the data repository must support the NFSv3 protocol.Type: String
Valid Values:
NFS3
Required: Yes
- AutoExportPolicy
-
This parameter is not supported for Amazon File Cache.
Type: AutoExportPolicy object
Required: No
- DnsIps
-
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
Type: Array of strings
Array Members: Maximum number of 10 items.
Length Constraints: Minimum length of 7. Maximum length of 15.
Pattern:
^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: