View source: R/firehose_operations.R
firehose_update_destination | R Documentation |
Updates the specified destination of the specified Firehose stream.
See https://www.paws-r-sdk.com/docs/firehose_update_destination/ for full documentation.
firehose_update_destination(
DeliveryStreamName,
CurrentDeliveryStreamVersionId,
DestinationId,
S3DestinationUpdate = NULL,
ExtendedS3DestinationUpdate = NULL,
RedshiftDestinationUpdate = NULL,
ElasticsearchDestinationUpdate = NULL,
AmazonopensearchserviceDestinationUpdate = NULL,
SplunkDestinationUpdate = NULL,
HttpEndpointDestinationUpdate = NULL,
AmazonOpenSearchServerlessDestinationUpdate = NULL,
SnowflakeDestinationUpdate = NULL,
IcebergDestinationUpdate = NULL
)
DeliveryStreamName |
[required] The name of the Firehose stream. |
CurrentDeliveryStreamVersionId |
[required] Obtain this value from the |
DestinationId |
[required] The ID of the destination. |
S3DestinationUpdate |
[Deprecated] Describes an update for a destination in Amazon S3. |
ExtendedS3DestinationUpdate |
Describes an update for a destination in Amazon S3. |
RedshiftDestinationUpdate |
Describes an update for a destination in Amazon Redshift. |
ElasticsearchDestinationUpdate |
Describes an update for a destination in Amazon OpenSearch Service. |
AmazonopensearchserviceDestinationUpdate |
Describes an update for a destination in Amazon OpenSearch Service. |
SplunkDestinationUpdate |
Describes an update for a destination in Splunk. |
HttpEndpointDestinationUpdate |
Describes an update to the specified HTTP endpoint destination. |
AmazonOpenSearchServerlessDestinationUpdate |
Describes an update for a destination in the Serverless offering for Amazon OpenSearch Service. |
SnowflakeDestinationUpdate |
Update to the Snowflake destination configuration settings. |
IcebergDestinationUpdate |
Describes an update for a destination in Apache Iceberg Tables. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.