aws.appfabric.list_ingestion_destinations
Example SQL Queries
SELECT * FROMaws.appfabric.list_ingestion_destinationsWHERE"app_bundle_identifier" = 'VALUE'AND "ingestion_identifier" = 'VALUE';Description
Returns a list of all ingestion destinations configured for an ingestion.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_bundle_identifier Required Input Column The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request. | VARCHAR |
| ingestion_identifier Required Input Column The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The Amazon Resource Name (ARN) of the ingestion destination. | VARCHAR |