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

View source: R/firehose_operations.R

firehose_update_destinationR 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
)

Arguments

DeliveryStreamName

[required] The name of the delivery 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 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.