@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.432Z") @Stability(value=Stable) public interface AthenaGetQueryExecutionProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
AthenaGetQueryExecution getQueryExecutionJob = AthenaGetQueryExecution.Builder.create(this, "Get Query Execution")
.queryExecutionId(JsonPath.stringAt("$.QueryExecutionId"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AthenaGetQueryExecutionProps.Builder
A builder for
AthenaGetQueryExecutionProps |
static class |
AthenaGetQueryExecutionProps.Jsii$Proxy
An implementation for
AthenaGetQueryExecutionProps |
| Modifier and Type | Method and Description |
|---|---|
static AthenaGetQueryExecutionProps.Builder |
builder() |
String |
getQueryExecutionId()
Query that will be retrieved.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull String getQueryExecutionId()
Example value: adfsaf-23trf23-f23rt23
@Stability(value=Stable) static AthenaGetQueryExecutionProps.Builder builder()
builder in interface TaskStateBasePropsAthenaGetQueryExecutionProps.Builder of AthenaGetQueryExecutionPropsCopyright © 2023. All rights reserved.