paws.analytics (version 0.1.0)

firehose_tag_delivery_stream: Adds or updates tags for the specified delivery stream

Description

Adds or updates tags for the specified delivery stream. A tag is a key-value pair that you can define and assign to AWS 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 AWS Billing and Cost Management User Guide.

Usage

firehose_tag_delivery_stream(DeliveryStreamName, Tags)

Arguments

DeliveryStreamName

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

Tags

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

Request syntax

svc$tag_delivery_stream(
  DeliveryStreamName = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Details

Each delivery stream can have up to 50 tags.

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