appfabric_get_ingestion_destination {paws.networking} | R Documentation |
Returns information about an ingestion destination
Description
Returns information about an ingestion destination.
See https://www.paws-r-sdk.com/docs/appfabric_get_ingestion_destination/ for full documentation.
Usage
appfabric_get_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.9.0 Index]