Table of Contents

Class TagResourceRequest

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Container for the parameters to the TagResource operation. Associate a set of tags with an Amazon DynamoDB resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. You can call TagResource up to five times per second, per account.

For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

public class TagResourceRequest : AmazonDynamoDBRequest
Inheritance
TagResourceRequest

Constructors

TagResourceRequest()

public TagResourceRequest()

Properties

ResourceArn

Gets and sets the property ResourceArn.

Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

public string ResourceArn { get; set; }

Property Value

string

Tags

Gets and sets the property Tags.

The tags to be assigned to the Amazon DynamoDB resource.

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

Property Value

List<Tag>