interface QueryExecutionOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.QueryExecutionOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_QueryExecutionOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.QueryExecutionOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.QueryExecutionOptionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » QueryExecutionOptionsProperty |
A structure that describes the query execution options.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const queryExecutionOptionsProperty: quicksight.CfnAnalysis.QueryExecutionOptionsProperty = {
queryExecutionMode: 'queryExecutionMode',
};
Properties
Name | Type | Description |
---|---|---|
query | string | A structure that describes the query execution mode. |
queryExecutionMode?
Type:
string
(optional)
A structure that describes the query execution mode.