public static final class CloudFrontToApiGatewayToLambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFrontToApiGatewayToLambdaProps
CloudFrontToApiGatewayToLambdaPropssoftware.amazon.jsii.JsiiObject.InitializationModeCloudFrontToApiGatewayToLambdaProps.Builder, CloudFrontToApiGatewayToLambdaProps.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) |
software.amazon.awscdk.services.apigateway.LambdaRestApiProps |
getApiGatewayProps()
Optional user provided props to override the default props for the API Gateway.
|
Object |
getCloudFrontDistributionProps()
Optional user provided props to override the default props.
|
Boolean |
getDeployLambda()
Whether to create a new Lambda function or use an existing Lambda function.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object.
|
Boolean |
getInsertHttpSecurityHeaders()
Optional user provided props to turn on/off the automatic injection of best practice HTTP security headers in all responses from cloudfront.
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
Optional user provided props to override the default props for the Lambda function.
|
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 getDeployLambda()
CloudFrontToApiGatewayToLambdaProps
If set to false, you must provide a lambda function object as existingLambdaObj
Default: - true
getDeployLambda in interface CloudFrontToApiGatewayToLambdaPropspublic software.amazon.awscdk.services.apigateway.LambdaRestApiProps getApiGatewayProps()
CloudFrontToApiGatewayToLambdaPropsDefault: - Default props are used
getApiGatewayProps in interface CloudFrontToApiGatewayToLambdaPropspublic Object getCloudFrontDistributionProps()
CloudFrontToApiGatewayToLambdaPropsDefault: - Default props are used
getCloudFrontDistributionProps in interface CloudFrontToApiGatewayToLambdaPropspublic software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
CloudFrontToApiGatewayToLambdaProps
If deploy is set to false only then this property is required
Default: - None
getExistingLambdaObj in interface CloudFrontToApiGatewayToLambdaPropspublic Boolean getInsertHttpSecurityHeaders()
CloudFrontToApiGatewayToLambdaPropsDefault: - true
getInsertHttpSecurityHeaders in interface CloudFrontToApiGatewayToLambdaPropspublic software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
CloudFrontToApiGatewayToLambdaProps
If deploy is set to true only then this property is required
Default: - Default props are used
getLambdaFunctionProps in interface CloudFrontToApiGatewayToLambdaPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.