Interface AthenaStopQueryExecutionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,TaskStateBaseProps
- All Known Implementing Classes:
AthenaStopQueryExecutionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:16.800Z")
@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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAthenaStopQueryExecutionPropsstatic final classAn implementation forAthenaStopQueryExecutionProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.stepfunctions.TaskStateBaseProps
getComment, getCredentials, getHeartbeat, getHeartbeatTimeout, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getStateName, getTaskTimeout, getTimeout
-
Method Details
-
getQueryExecutionId
Query that will be stopped. -
builder
-