@Generated(value="jsii-pacmak/1.20.0 (build b943ab5)", date="2021-02-06T01:38:08.308Z") public interface CloudFrontToApiGatewayToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudFrontToApiGatewayToLambdaProps.Builder
A builder for
CloudFrontToApiGatewayToLambdaProps |
static class |
CloudFrontToApiGatewayToLambdaProps.Jsii$Proxy
An implementation for
CloudFrontToApiGatewayToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static CloudFrontToApiGatewayToLambdaProps.Builder |
builder() |
default Object |
getApiGatewayProps()
Optional user provided props to override the default props for the API Gateway.
|
default Object |
getCloudFrontDistributionProps()
Optional user provided props to override the default props.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
|
default Boolean |
getInsertHttpSecurityHeaders()
Optional user provided props to turn on/off the automatic injection of best practice HTTP security headers in all responses from cloudfront.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default software.amazon.awscdk.services.logs.LogGroupProps |
getLogGroupProps()
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
@Nullable default Object getApiGatewayProps()
Default: - Default props are used
@Nullable default Object getCloudFrontDistributionProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default Boolean getInsertHttpSecurityHeaders()
Default: - true
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()
Default: - Default props are used
static CloudFrontToApiGatewayToLambdaProps.Builder builder()
Copyright © 2021. All rights reserved.