AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the CreateTags operation. 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 DescribeFileSystems API.

This operation requires permission for the elasticfilesystem:CreateTags action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticFileSystem.AmazonElasticFileSystemRequest
      Amazon.ElasticFileSystem.Model.CreateTagsRequest

Namespace: Amazon.ElasticFileSystem.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateTagsRequest : AmazonElasticFileSystemRequest
         IRequestEvents

The CreateTagsRequest type exposes the following members

Constructors

NameDescription
Public Method CreateTagsRequest()

Properties

NameTypeDescription
Public Property FileSystemId System.String Gets and sets the property FileSystemId.

String. The ID of the file system whose tags you want to modify. This operation modifies only the tags and not the file system.

Public Property Tags System.Collections.Generic.List<Amazon.ElasticFileSystem.Model.Tag> Gets and sets the property Tags.

An array of Tag objects to add. Each Tag object is a key-value pair.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5