Create Tags
efs_create_tags | R Documentation |
DEPRECATED - CreateTags is deprecated and not maintained¶
Description¶
DEPRECATED - create_tags
is deprecated and not maintained. To create
tags for EFS resources, use the API action.
Creates or overwrites tags associated with a file system. Each tag is a
key-value pair. If a tag key specified in the request already exists on
the file system, this operation overwrites its value with the value
provided in the request. If you add the Name
tag to your file system,
Amazon EFS returns it in the response to the describe_file_systems
operation.
This operation requires permission for the
elasticfilesystem:CreateTags
action.
Usage¶
Arguments¶
FileSystemId
[required] The ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system.
Tags
[required] An array of
Tag
objects to add. EachTag
object is a key-value pair.
Value¶
An empty list.