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 ListTagsForDeliveryStream operation. Lists the tags for the specified delivery stream. 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.ListTagsForDeliveryStreamRequest

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

Syntax

C#
public class ListTagsForDeliveryStreamRequest : AmazonKinesisFirehoseRequest
         IAmazonWebServiceRequest

The ListTagsForDeliveryStreamRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DeliveryStreamName System.String

Gets and sets the property DeliveryStreamName.

The name of the delivery stream whose tags you want to list.

Public Property ExclusiveStartTagKey System.String

Gets and sets the property ExclusiveStartTagKey.

The key to use as the starting point for the list of tags. If you set this parameter, ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.

Public Property Limit System.Int32

Gets and sets the property Limit.

The number of tags to return. If this number is less than the total number of tags associated with the delivery stream, HasMoreTags is set to true in the response. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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