Description Usage Arguments Value Request syntax
View source: R/efs_operations.R
Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.
This operation requires permissions for the
elasticfilesystem:UntagResource
action.
1 | efs_untag_resource(ResourceId, TagKeys)
|
ResourceId |
[required] Specifies the EFS resource that you want to remove tags from. |
TagKeys |
[required] The keys of the key:value tag pairs that you want to remove from the specified EFS resource. |
An empty list.
1 2 3 4 5 6 | svc$untag_resource(
ResourceId = "string",
TagKeys = list(
"string"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.