appfabric_delete_ingestion_destination {paws.networking} | R Documentation |
Deletes an ingestion destination
Description
Deletes an ingestion destination.
See https://www.paws-r-sdk.com/docs/appfabric_delete_ingestion_destination/ for full documentation.
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. |
[Package paws.networking version 0.7.0 Index]