firehose_update_destination {paws.analytics} | R Documentation |
Updates the specified destination of the specified delivery stream
Description
Updates the specified destination of the specified delivery stream.
See https://www.paws-r-sdk.com/docs/firehose_update_destination/ for full documentation.
Usage
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
)
Arguments
DeliveryStreamName |
[required] The name of the delivery 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 ES. |
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. Amazon Data Firehose is in preview release and is subject to change. |