| Modifier and Type | Method and Description |
|---|---|
CloudFrontToApiGateway.Builder |
CloudFrontToApiGateway.Builder.cloudFrontDistributionProps(Object cloudFrontDistributionProps)
Optional user provided props to override the default props.
|
CloudFrontToApiGateway.Builder |
CloudFrontToApiGateway.Builder.cloudFrontLoggingBucketProps(software.amazon.awscdk.services.s3.BucketProps cloudFrontLoggingBucketProps)
Optional user provided props to override the default props for the CloudFront Logging Bucket.
|
static CloudFrontToApiGateway.Builder |
CloudFrontToApiGateway.Builder.create(software.constructs.Construct scope,
String id) |
CloudFrontToApiGateway.Builder |
CloudFrontToApiGateway.Builder.existingApiGatewayObj(software.amazon.awscdk.services.apigateway.RestApi existingApiGatewayObj)
Existing instance of api.RestApi object.
|
CloudFrontToApiGateway.Builder |
CloudFrontToApiGateway.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.
|
CloudFrontToApiGateway.Builder |
CloudFrontToApiGateway.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.