Interface AthenaStopQueryExecutionProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
All Known Implementing Classes:
AthenaStopQueryExecutionProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-31T18:44:19.529Z") @Stability(Stable) public interface AthenaStopQueryExecutionProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Properties for stoping a Query Execution.

Example:

 AthenaStopQueryExecution stopQueryExecutionJob = AthenaStopQueryExecution.Builder.create(this, "Stop Query Execution")
         .queryExecutionId(JsonPath.stringAt("$.QueryExecutionId"))
         .build();