How to display tags of EFS file system.

<pre lang="bash">
aws efs describe-tags \
--file-system-id fs-xxxxxxxx \
--query 'Tags[?Key==`tagname`].{Name:Key,Value:Value}'