Table of Contents

Class TagResourceRequest

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

Container for the parameters to the TagResource operation. Tags an Amazon FSx resource.

public class TagResourceRequest : AmazonFSxRequest
Inheritance
TagResourceRequest

Constructors

TagResourceRequest()

public TagResourceRequest()

Properties

ResourceARN

Gets and sets the property ResourceARN.

The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.

public string ResourceARN { get; set; }

Property Value

string

Tags

Gets and sets the property Tags.

A list of tags for the resource. If a tag with a given key already exists, the value is replaced by the one specified in this parameter.

public List<Tag> Tags { get; set; }

Property Value

List<Tag>