| Modifier and Type | Method and Description |
|---|---|
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.allowCreateOperation(Boolean allowCreateOperation)
Whether to deploy API Gateway Method for Create operation on DynamoDB table.
|
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.allowDeleteOperation(Boolean allowDeleteOperation)
Whether to deploy API Gateway Method for Delete operation on DynamoDB table.
|
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.allowReadOperation(Boolean allowReadOperation)
Whether to deploy API Gateway Method for Read operation on DynamoDB table.
|
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.allowUpdateOperation(Boolean allowUpdateOperation)
Whether to deploy API Gateway Method for Update operation on DynamoDB table.
|
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.apiGatewayProps(Object apiGatewayProps)
Optional user-provided props to override the default props for the API Gateway.
|
static ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.createRequestTemplate(String createRequestTemplate)
API Gateway Request template for Create method, required if allowCreateOperation set to true.
|
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.dynamoTableProps(software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps)
Optional user provided props to override the default props.
|
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.updateRequestTemplate(String updateRequestTemplate)
API Gateway Request template for Update method, required if allowUpdateOperation set to true.
|
Copyright © 2020. All rights reserved.