Lists all tags for a top-level EFS resource. You must provide the ID of the resource that you want to retrieve the tags for.
This operation requires permissions for the elasticfilesystem:DescribeAccessPoints action.
elasticfilesystem:DescribeAccessPoints
Use a bare-bones client and the command you need to make an API call.
import { EFSClient, ListTagsForResourceCommand } from "@aws-sdk/client-efs"; // ES Modules import // const { EFSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-efs"); // CommonJS import const client = new EFSClient(config); const command = new ListTagsForResourceCommand(input); const response = await client.send(command);
ListTagsForResourceCommandInput for command's input shape.
input
ListTagsForResourceCommandOutput for command's response shape.
response
config for EFSClient's config shape.
config
Lists all tags for a top-level EFS resource. You must provide the ID of the resource that you want to retrieve the tags for.
This operation requires permissions for the
elasticfilesystem:DescribeAccessPoints
action.Use a bare-bones client and the command you need to make an API call.
import { EFSClient, ListTagsForResourceCommand } from "@aws-sdk/client-efs"; // ES Modules import // const { EFSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-efs"); // CommonJS import const client = new EFSClient(config); const command = new ListTagsForResourceCommand(input); const response = await client.send(command);
ListTagsForResourceCommandInput for command's
input
shape.ListTagsForResourceCommandOutput for command's
response
shape.config for EFSClient's
config
shape.