@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-09T19:16:44.314Z") public interface AthenaGetQueryExecutionProps extends 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() |
java.lang.String |
getQueryExecutionId()
Query that will be retrieved.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout
java.lang.String getQueryExecutionId()
Example value: adfsaf-23trf23-f23rt23
static AthenaGetQueryExecutionProps.Builder builder()
builder
in interface TaskStateBaseProps
AthenaGetQueryExecutionProps.Builder
of AthenaGetQueryExecutionProps