Learn R Programming

paws.analytics (version 0.1.6)

quicksight_create_ingestion: Creates and starts a new SPICE ingestion on a dataset Any ingestions operating on tagged datasets inherit the same tags automatically for use in access control

Description

Creates and starts a new SPICE ingestion on a dataset

Usage

quicksight_create_ingestion(DataSetId, IngestionId, AwsAccountId)

Arguments

DataSetId

[required] The ID of the dataset used in the ingestion.

IngestionId

[required] An ID for the ingestion.

AwsAccountId

[required] The AWS account ID.

Request syntax

svc$create_ingestion(
  DataSetId = "string",
  IngestionId = "string",
  AwsAccountId = "string"
)

Details

Any ingestions operating on tagged datasets inherit the same tags automatically for use in access control. For an example, see How do I create an IAM policy to control access to Amazon EC2 resources using tags? in the AWS Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.