Class CfnDataSet.IngestionWaitPolicyProperty
The wait policy to use when creating or updating a Dataset.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IngestionWaitPolicyProperty : Object, CfnDataSet.IIngestionWaitPolicyProperty
Syntax (vb)
Public Class IngestionWaitPolicyProperty
Inherits Object
Implements CfnDataSet.IIngestionWaitPolicyProperty
Remarks
The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var ingestionWaitPolicyProperty = new IngestionWaitPolicyProperty {
IngestionWaitTimeInHours = 123,
WaitForSpiceIngestion = false
};
Synopsis
Constructors
Ingestion |
Properties
Ingestion |
The maximum time (in hours) to wait for Ingestion to complete. |
Wait |
Wait for SPICE ingestion to finish to mark dataset creation or update as successful. |
Constructors
IngestionWaitPolicyProperty()
public IngestionWaitPolicyProperty()
Properties
IngestionWaitTimeInHours
The maximum time (in hours) to wait for Ingestion to complete.
public Nullable<double> IngestionWaitTimeInHours { get; set; }
Property Value
System.
Remarks
Default timeout is 36 hours. Applicable only when DataSetImportMode
mode is set to SPICE and WaitForSpiceIngestion
is set to true.
Default: - 36
WaitForSpiceIngestion
Wait for SPICE ingestion to finish to mark dataset creation or update as successful.
public object WaitForSpiceIngestion { get; set; }
Property Value
System.
Remarks
Default (true). Applicable only when DataSetImportMode
mode is set to SPICE.
Default: - true