Associate an Amazon FSx file system with the FSx File Gateway
Source:R/storagegateway_operations.R
storagegateway_associate_file_system.RdAssociate an Amazon FSx file system with the FSx File Gateway. After the association process is complete, the file shares on the Amazon FSx file system are available for access through the gateway. This operation only supports the FSx File Gateway type.
See https://www.paws-r-sdk.com/docs/storagegateway_associate_file_system/ for full documentation.
Usage
storagegateway_associate_file_system(
UserName,
Password,
ClientToken,
GatewayARN,
LocationARN,
Tags = NULL,
AuditDestinationARN = NULL,
CacheAttributes = NULL,
EndpointNetworkConfiguration = NULL
)Arguments
- UserName
[required] The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
- Password
[required] The password of the user credential.
- ClientToken
[required] A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file system association creation.
- GatewayARN
[required] The Amazon Resource Name (ARN) of the gateway. Use the
list_gatewaysoperation to return a list of gateways for your account and Amazon Web Services Region.- LocationARN
[required] The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.
A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value pair.
- AuditDestinationARN
The Amazon Resource Name (ARN) of the storage used for the audit logs.
- CacheAttributes
The refresh cache information for the file share or FSx file systems.
- EndpointNetworkConfiguration
Specifies the network configuration information for the gateway associated with the Amazon FSx file system.
If multiple file systems are associated with this gateway, this parameter's
IpAddressesfield is required.