Interface IAthenaGetQueryExecutionProps
Properties for getting a Query Execution.
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAthenaGetQueryExecutionProps : ITaskStateBaseProps, IStateBaseProps, ITaskStateBaseOptions, IAssignableStateOptions, IJsonPathCommonOptions, IJsonataCommonOptions
Syntax (vb)
Public Interface IAthenaGetQueryExecutionProps
Inherits ITaskStateBaseProps, IStateBaseProps, ITaskStateBaseOptions, IAssignableStateOptions, IJsonPathCommonOptions, IJsonataCommonOptions
Remarks
ExampleMetadata: infused
Examples
var getQueryExecutionJob = new AthenaGetQueryExecution(this, "Get Query Execution", new AthenaGetQueryExecutionProps {
QueryExecutionId = JsonPath.StringAt("$.QueryExecutionId")
});
Synopsis
Properties
Query |
Query that will be retrieved. |
Properties
QueryExecutionId
Query that will be retrieved.
string QueryExecutionId { get; }
Property Value
System.
Remarks
Example value: adfsaf-23trf23-f23rt23