| Modifier and Type | Method and Description |
|---|---|
CloudFrontToS3.Builder |
CloudFrontToS3.Builder.bucketProps(software.amazon.awscdk.services.s3.BucketProps bucketProps)
User provided props to override the default props for the S3 Bucket.
|
CloudFrontToS3.Builder |
CloudFrontToS3.Builder.cloudFrontDistributionProps(Object cloudFrontDistributionProps)
Optional user provided props to override the default props.
|
static CloudFrontToS3.Builder |
CloudFrontToS3.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
CloudFrontToS3.Builder |
CloudFrontToS3.Builder.existingBucketObj(software.amazon.awscdk.services.s3.Bucket existingBucketObj)
Existing instance of S3 Bucket object, providing both this and `bucketProps` will cause an error.
|
CloudFrontToS3.Builder |
CloudFrontToS3.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.
|
Copyright © 2021. All rights reserved.