appfabric_update_ingestion_destination: Updates an ingestion destination, which specifies how an...

View source: R/appfabric_operations.R

appfabric_update_ingestion_destinationR Documentation

Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered

Description

Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.

See https://www.paws-r-sdk.com/docs/appfabric_update_ingestion_destination/ for full documentation.

Usage

appfabric_update_ingestion_destination(
  appBundleIdentifier,
  ingestionIdentifier,
  ingestionDestinationIdentifier,
  destinationConfiguration
)

Arguments

appBundleIdentifier

[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

ingestionIdentifier

[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.

ingestionDestinationIdentifier

[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.

destinationConfiguration

[required] Contains information about the destination of ingested data.


paws.networking documentation built on May 29, 2024, 10:12 a.m.