quicksight_describe_ingestion: Describes a SPICE ingestion
Description
Describes a SPICE ingestion.
Usage
quicksight_describe_ingestion(AwsAccountId, DataSetId, IngestionId)
Arguments
AwsAccountId
[required] The AWS account ID.
DataSetId
[required] The ID of the dataset used in the ingestion.
IngestionId
[required] An ID for the ingestion.
Request syntax
svc$describe_ingestion(
AwsAccountId = "string",
DataSetId = "string",
IngestionId = "string"
)