| 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(software.amazon.awscdk.services.apigateway.RestApiProps 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.deleteRequestTemplate(String deleteRequestTemplate)
Optional API Gateway Request template for Delete method, it will use the default template if allowDeleteOperation is true and deleteRequestTemplate is not provided.
|
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.existingTableObj(software.amazon.awscdk.services.dynamodb.Table existingTableObj)
Existing instance of DynamoDB table object, providing both this and `dynamoTableProps` will cause an error.
|
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.readRequestTemplate(String readRequestTemplate)
Optional API Gateway Request template for Read method, it will use the default template if allowReadOperation is true and readRequestTemplate is not provided.
|
ApiGatewayToDynamoDB.Builder |
ApiGatewayToDynamoDB.Builder.updateRequestTemplate(String updateRequestTemplate)
API Gateway Request template for Update method, required if allowUpdateOperation set to true.
|
Copyright © 2022. All rights reserved.