Delete Ingestion Destination
appfabric_delete_ingestion_destination | R Documentation |
Deletes an ingestion destination¶
Description¶
Deletes an ingestion destination.
This deletes the association between an ingestion and it's destination. It doesn't delete previously ingested data or the storage destination, such as the Amazon S3 bucket where the data is delivered. If the ingestion destination is deleted while the associated ingestion is enabled, the ingestion will fail and is eventually disabled.
Usage¶
appfabric_delete_ingestion_destination(appBundleIdentifier,
ingestionIdentifier, ingestionDestinationIdentifier)
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.
Value¶
An empty list.