-
User provided props to override the default props for the API Gateway.
Optional user provided props to override the default props.
CloudFrontToApiGatewayToLambda.Builder.cloudFrontLoggingBucketProps(software.amazon.awscdk.services.s3.BucketProps cloudFrontLoggingBucketProps)
Optional user provided props to override the default props for the CloudFront Logging Bucket.
CloudFrontToApiGatewayToLambda.Builder.create(software.constructs.Construct scope,
String id)
Whether to create a Usage Plan attached to the API.
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.
Optional user provided props to turn on/off the automatic injection of best practice HTTP security headers in all responses from cloudfront.
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.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
Optional user provided props to override the default props for the CloudWatchLogs LogGroup.
CloudFrontToApiGatewayToLambda.Builder.responseHeadersPolicyProps(software.amazon.awscdk.services.cloudfront.ResponseHeadersPolicyProps responseHeadersPolicyProps)
Optional user provided configuration that cloudfront applies to all http responses.