interface QueryExecutionOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.QueryExecutionOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_QueryExecutionOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.QueryExecutionOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.QueryExecutionOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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/cfn-property-mixins';
const queryExecutionOptionsProperty: quicksight.CfnAnalysisPropsMixin.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.

.NET
Go
Java
Python
TypeScript