View source: R/firehose_operations.R
firehose_tag_delivery_stream | R Documentation |
Adds or updates tags for the specified Firehose 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 Firehose stream. For more information about tags, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
See https://www.paws-r-sdk.com/docs/firehose_tag_delivery_stream/ for full documentation.
firehose_tag_delivery_stream(DeliveryStreamName, Tags)
DeliveryStreamName |
[required] The name of the Firehose stream to which you want to add the tags. |
Tags |
[required] A set of key-value pairs to use to create the tags. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.