@Generated(value="jsii-pacmak/1.8.0 (build 4a047ac)", date="2020-07-06T19:16:51.384Z") public interface ApiGatewayToDynamoDBProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApiGatewayToDynamoDBProps.Builder
A builder for
ApiGatewayToDynamoDBProps |
static class |
ApiGatewayToDynamoDBProps.Jsii$Proxy
An implementation for
ApiGatewayToDynamoDBProps |
| Modifier and Type | Method and Description |
|---|---|
static ApiGatewayToDynamoDBProps.Builder |
builder() |
default Boolean |
getAllowCreateOperation()
Whether to deploy API Gateway Method for Create operation on DynamoDB table.
|
default Boolean |
getAllowDeleteOperation()
Whether to deploy API Gateway Method for Delete operation on DynamoDB table.
|
default Boolean |
getAllowReadOperation()
Whether to deploy API Gateway Method for Read operation on DynamoDB table.
|
default Boolean |
getAllowUpdateOperation()
Whether to deploy API Gateway Method for Update operation on DynamoDB table.
|
default Object |
getApiGatewayProps()
Optional user-provided props to override the default props for the API Gateway.
|
default String |
getCreateRequestTemplate()
API Gateway Request template for Create method, required if allowCreateOperation set to true.
|
default software.amazon.awscdk.services.dynamodb.TableProps |
getDynamoTableProps()
Optional user provided props to override the default props.
|
default String |
getUpdateRequestTemplate()
API Gateway Request template for Update method, required if allowUpdateOperation set to true.
|
@Nullable default Boolean getAllowCreateOperation()
Default: - false
@Nullable default Boolean getAllowDeleteOperation()
Default: - false
@Nullable default Boolean getAllowReadOperation()
Default: - true
@Nullable default Boolean getAllowUpdateOperation()
Default: - false
@Nullable default Object getApiGatewayProps()
Default: - Default properties are used.
@Nullable default String getCreateRequestTemplate()
Default: - None
@Nullable default software.amazon.awscdk.services.dynamodb.TableProps getDynamoTableProps()
Default: - Default props are used
@Nullable default String getUpdateRequestTemplate()
Default: - None
static ApiGatewayToDynamoDBProps.Builder builder()
ApiGatewayToDynamoDBProps.Builder of ApiGatewayToDynamoDBPropsCopyright © 2020. All rights reserved.