public static final class ApiGatewayToDynamoDBProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApiGatewayToDynamoDBProps
ApiGatewayToDynamoDBPropssoftware.amazon.jsii.JsiiObject.InitializationModeApiGatewayToDynamoDBProps.Builder, ApiGatewayToDynamoDBProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAllowCreateOperation()
Whether to deploy API Gateway Method for Create operation on DynamoDB table.
|
Boolean |
getAllowDeleteOperation()
Whether to deploy API Gateway Method for Delete operation on DynamoDB table.
|
Boolean |
getAllowReadOperation()
Whether to deploy API Gateway Method for Read operation on DynamoDB table.
|
Boolean |
getAllowUpdateOperation()
Whether to deploy API Gateway Method for Update operation on DynamoDB table.
|
Object |
getApiGatewayProps()
Optional user-provided props to override the default props for the API Gateway.
|
String |
getCreateRequestTemplate()
API Gateway Request template for Create method, required if allowCreateOperation set to true.
|
software.amazon.awscdk.services.dynamodb.TableProps |
getDynamoTableProps()
Optional user provided props to override the default props.
|
String |
getUpdateRequestTemplate()
API Gateway Request template for Update method, required if allowUpdateOperation set to true.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Boolean getAllowCreateOperation()
ApiGatewayToDynamoDBPropsDefault: - false
getAllowCreateOperation in interface ApiGatewayToDynamoDBPropspublic Boolean getAllowDeleteOperation()
ApiGatewayToDynamoDBPropsDefault: - false
getAllowDeleteOperation in interface ApiGatewayToDynamoDBPropspublic Boolean getAllowReadOperation()
ApiGatewayToDynamoDBPropsDefault: - true
getAllowReadOperation in interface ApiGatewayToDynamoDBPropspublic Boolean getAllowUpdateOperation()
ApiGatewayToDynamoDBPropsDefault: - false
getAllowUpdateOperation in interface ApiGatewayToDynamoDBPropspublic Object getApiGatewayProps()
ApiGatewayToDynamoDBPropsDefault: - Default properties are used.
getApiGatewayProps in interface ApiGatewayToDynamoDBPropspublic String getCreateRequestTemplate()
ApiGatewayToDynamoDBPropsDefault: - None
getCreateRequestTemplate in interface ApiGatewayToDynamoDBPropspublic software.amazon.awscdk.services.dynamodb.TableProps getDynamoTableProps()
ApiGatewayToDynamoDBPropsDefault: - Default props are used
getDynamoTableProps in interface ApiGatewayToDynamoDBPropspublic String getUpdateRequestTemplate()
ApiGatewayToDynamoDBPropsDefault: - None
getUpdateRequestTemplate in interface ApiGatewayToDynamoDBPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.