| Modifier and Type | Method and Description |
|---|---|
CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.apiGatewayProps(Object apiGatewayProps)
Optional user provided props to override the default props for the API Gateway.
|
CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.cloudFrontDistributionProps(Object cloudFrontDistributionProps)
Optional user provided props to override the default props.
|
static CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
|
CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.insertHttpSecurityHeaders(Boolean insertHttpSecurityHeaders)
Optional user provided props to turn on/off the automatic injection of best practice HTTP security headers in all responses from cloudfront.
|
CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
Copyright © 2021. All rights reserved.