| 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.
|
CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.cloudFrontLoggingBucketProps(software.amazon.awscdk.services.s3.BucketProps cloudFrontLoggingBucketProps)
Optional user provided props to override the default props for the CloudFront Logging Bucket.
|
static CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.create(software.constructs.Construct scope,
String id) |
CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
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)
Optional user provided props to override the default props for the Lambda function.
|
CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
Optional user provided props to override the default props for the CloudWatchLogs LogGroup.
|
CloudFrontToApiGatewayToLambda.Builder |
CloudFrontToApiGatewayToLambda.Builder.responseHeadersPolicyProps(software.amazon.awscdk.services.cloudfront.ResponseHeadersPolicyProps responseHeadersPolicyProps)
Optional user provided configuration that cloudfront applies to all http responses.
|
Copyright © 2023. All rights reserved.