@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T20:48:16.726Z") @Stability(value=Stable) public interface AthenaGetQueryResultsProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
AthenaGetQueryResults getQueryResultsJob = AthenaGetQueryResults.Builder.create(this, "Get Query Results") .queryExecutionId(JsonPath.stringAt("$.QueryExecutionId")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
AthenaGetQueryResultsProps.Builder
A builder for
AthenaGetQueryResultsProps |
static class |
AthenaGetQueryResultsProps.Jsii$Proxy
An implementation for
AthenaGetQueryResultsProps |
Modifier and Type | Method and Description |
---|---|
static AthenaGetQueryResultsProps.Builder |
builder() |
default Number |
getMaxResults()
Max number of results.
|
default String |
getNextToken()
Pagination token.
|
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) @Nullable default Number getMaxResults()
Default: 1000
@Stability(value=Stable) @Nullable default String getNextToken()
Default: - No next token
@Stability(value=Stable) static AthenaGetQueryResultsProps.Builder builder()
builder
in interface TaskStateBaseProps
AthenaGetQueryResultsProps.Builder
of AthenaGetQueryResultsProps
Copyright © 2022. All rights reserved.