Interface IAthenaStopQueryExecutionProps
Properties for stopping a Query Execution.
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAthenaStopQueryExecutionProps : ITaskStateBaseProps, IStateBaseProps, ITaskStateBaseOptions, IAssignableStateOptions, IJsonPathCommonOptions, IJsonataCommonOptions
Syntax (vb)
Public Interface IAthenaStopQueryExecutionProps
Inherits ITaskStateBaseProps, IStateBaseProps, ITaskStateBaseOptions, IAssignableStateOptions, IJsonPathCommonOptions, IJsonataCommonOptions
Remarks
ExampleMetadata: infused
Examples
var stopQueryExecutionJob = new AthenaStopQueryExecution(this, "Stop Query Execution", new AthenaStopQueryExecutionProps {
QueryExecutionId = JsonPath.StringAt("$.QueryExecutionId")
});
Synopsis
Properties
Query |
Query that will be stopped. |
Properties
QueryExecutionId
Query that will be stopped.
string QueryExecutionId { get; }
Property Value
System.