firehose_update_destination: Updates the specified destination of the specified Firehose...

View source: R/firehose_operations.R

firehose_update_destinationR Documentation

Updates the specified destination of the specified Firehose stream

Description

Updates the specified destination of the specified Firehose 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 Firehose stream.

CurrentDeliveryStreamVersionId

[required] Obtain this value from the VersionId result of DeliveryStreamDescription. This value is required, and helps the service perform conditional operations. For example, if there is an interleaving update and this value is null, then the update destination fails. After the update is successful, the VersionId value is updated. The service then performs a merge of the old configuration with the new configuration.

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.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.