View source: R/appfabric_operations.R
appfabric_update_ingestion_destination | R 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.
See https://www.paws-r-sdk.com/docs/appfabric_update_ingestion_destination/ for full documentation.
appfabric_update_ingestion_destination(
appBundleIdentifier,
ingestionIdentifier,
ingestionDestinationIdentifier,
destinationConfiguration
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.