Show / Hide Table of Contents

Class CfnAnalysis.QueryExecutionOptionsProperty

A structure that describes the query execution options.

Inheritance
object
CfnAnalysis.QueryExecutionOptionsProperty
Implements
CfnAnalysis.IQueryExecutionOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-queryexecutionoptions.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-queryexecutionoptions.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-queryexecutionoptions.html#cfn-quicksight-analysis-queryexecutionoptions-queryexecutionmode

Implements

CfnAnalysis.IQueryExecutionOptionsProperty
Back to top Generated by DocFX