AWS SDK Version 3 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.

Container for the parameters to the TagDeliveryStream operation. Adds or updates tags for the specified delivery stream. A tag is a key-value pair that you can define and assign to Amazon Web Services resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

Each delivery stream can have up to 50 tags.

This operation has a limit of five transactions per second per account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.KinesisFirehose.AmazonKinesisFirehoseRequest
      Amazon.KinesisFirehose.Model.TagDeliveryStreamRequest

Namespace: Amazon.KinesisFirehose.Model
Assembly: AWSSDK.KinesisFirehose.dll
Version: 3.x.y.z

Syntax

C#
public class TagDeliveryStreamRequest : AmazonKinesisFirehoseRequest
         IAmazonWebServiceRequest

The TagDeliveryStreamRequest type exposes the following members

Constructors

NameDescription
Public Method TagDeliveryStreamRequest()

Properties

NameTypeDescription
Public Property DeliveryStreamName System.String

Gets and sets the property DeliveryStreamName.

The name of the delivery stream to which you want to add the tags.

Public Property Tags System.Collections.Generic.List<Amazon.KinesisFirehose.Model.Tag>

Gets and sets the property Tags.

A set of key-value pairs to use to create the tags.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5