@Internal 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(Boolean allowCreateOperation,
Boolean allowDeleteOperation,
Boolean allowReadOperation,
Boolean allowUpdateOperation,
software.amazon.awscdk.services.apigateway.RestApiProps apiGatewayProps,
String createRequestTemplate,
software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps,
software.amazon.awscdk.services.dynamodb.Table existingTableObj,
software.amazon.awscdk.services.logs.LogGroupProps logGroupProps,
String updateRequestTemplate)
Constructor that initializes the object based on literal property values passed by the
ApiGatewayToDynamoDBProps.Builder. |
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.
|
software.amazon.awscdk.services.apigateway.RestApiProps |
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.
|
software.amazon.awscdk.services.dynamodb.Table |
getExistingTableObj()
Existing instance of DynamoDB table object, If this is set then the dynamoTableProps is ignored.
|
software.amazon.awscdk.services.logs.LogGroupProps |
getLogGroupProps()
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
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, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Boolean allowCreateOperation, Boolean allowDeleteOperation, Boolean allowReadOperation, Boolean allowUpdateOperation, software.amazon.awscdk.services.apigateway.RestApiProps apiGatewayProps, String createRequestTemplate, software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps, software.amazon.awscdk.services.dynamodb.Table existingTableObj, software.amazon.awscdk.services.logs.LogGroupProps logGroupProps, String updateRequestTemplate)
ApiGatewayToDynamoDBProps.Builder.public final Boolean getAllowCreateOperation()
ApiGatewayToDynamoDBPropsDefault: - false
getAllowCreateOperation in interface ApiGatewayToDynamoDBPropspublic final Boolean getAllowDeleteOperation()
ApiGatewayToDynamoDBPropsDefault: - false
getAllowDeleteOperation in interface ApiGatewayToDynamoDBPropspublic final Boolean getAllowReadOperation()
ApiGatewayToDynamoDBPropsDefault: - true
getAllowReadOperation in interface ApiGatewayToDynamoDBPropspublic final Boolean getAllowUpdateOperation()
ApiGatewayToDynamoDBPropsDefault: - false
getAllowUpdateOperation in interface ApiGatewayToDynamoDBPropspublic final software.amazon.awscdk.services.apigateway.RestApiProps getApiGatewayProps()
ApiGatewayToDynamoDBPropsDefault: - Default properties are used.
getApiGatewayProps in interface ApiGatewayToDynamoDBPropspublic final String getCreateRequestTemplate()
ApiGatewayToDynamoDBPropsDefault: - None
getCreateRequestTemplate in interface ApiGatewayToDynamoDBPropspublic final software.amazon.awscdk.services.dynamodb.TableProps getDynamoTableProps()
ApiGatewayToDynamoDBPropsDefault: - Default props are used
getDynamoTableProps in interface ApiGatewayToDynamoDBPropspublic final software.amazon.awscdk.services.dynamodb.Table getExistingTableObj()
ApiGatewayToDynamoDBPropsDefault: - None
getExistingTableObj in interface ApiGatewayToDynamoDBPropspublic final software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()
ApiGatewayToDynamoDBPropsDefault: - Default props are used
getLogGroupProps in interface ApiGatewayToDynamoDBPropspublic final String getUpdateRequestTemplate()
ApiGatewayToDynamoDBPropsDefault: - None
getUpdateRequestTemplate in interface ApiGatewayToDynamoDBProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.