appfabric_update_ingestion_destination {paws.networking} | 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
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. |
[Package paws.networking version 0.9.0 Index]