Describe File System Associations
storagegateway_describe_file_system_associations | R Documentation |
Gets the file system association information¶
Description¶
Gets the file system association information. This operation is only supported for FSx File Gateways.
Usage¶
Arguments¶
FileSystemAssociationARNList
[required] An array containing the Amazon Resource Name (ARN) of each file system association to be described.
Value¶
A list with the following syntax:
list(
FileSystemAssociationInfoList = list(
list(
FileSystemAssociationARN = "string",
LocationARN = "string",
FileSystemAssociationStatus = "string",
AuditDestinationARN = "string",
GatewayARN = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
),
CacheAttributes = list(
CacheStaleTimeoutInSeconds = 123
),
EndpointNetworkConfiguration = list(
IpAddresses = list(
"string"
)
),
FileSystemAssociationStatusDetails = list(
list(
ErrorCode = "string"
)
)
)
)
)