Interface CfnAnalysis.QueryExecutionOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.QueryExecutionOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.QueryExecutionOptionsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.quicksight.*; QueryExecutionOptionsProperty queryExecutionOptionsProperty = QueryExecutionOptionsProperty.builder() .queryExecutionMode("queryExecutionMode") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.QueryExecutionOptionsProperty
static final class
An implementation forCfnAnalysis.QueryExecutionOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getQueryExecutionMode
A structure that describes the query execution mode.- See Also:
-
builder
-