Class CfnAnalysis.QueryExecutionOptionsProperty
A structure that describes the query execution options.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.QueryExecutionOptionsProperty : CfnAnalysis.IQueryExecutionOptionsProperty
Syntax (vb)
Public Class CfnAnalysis.QueryExecutionOptionsProperty Implements CfnAnalysis.IQueryExecutionOptionsProperty
Remarks
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 queryExecutionOptionsProperty = new QueryExecutionOptionsProperty {
QueryExecutionMode = "queryExecutionMode"
};
Synopsis
Constructors
QueryExecutionOptionsProperty() | A structure that describes the query execution options. |
Properties
QueryExecutionMode | A structure that describes the query execution mode. |
Constructors
QueryExecutionOptionsProperty()
A structure that describes the query execution options.
public QueryExecutionOptionsProperty()
Remarks
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 queryExecutionOptionsProperty = new QueryExecutionOptionsProperty {
QueryExecutionMode = "queryExecutionMode"
};
Properties
QueryExecutionMode
A structure that describes the query execution mode.
public string? QueryExecutionMode { get; set; }