@Generated(value="jsii-pacmak/1.8.0 (build 4a047ac)", date="2020-07-09T17:08:10.175Z") public interface CloudFrontToS3Props extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudFrontToS3Props.Builder
A builder for
CloudFrontToS3Props |
static class |
CloudFrontToS3Props.Jsii$Proxy
An implementation for
CloudFrontToS3Props |
| Modifier and Type | Method and Description |
|---|---|
static CloudFrontToS3Props.Builder |
builder() |
default software.amazon.awscdk.services.s3.BucketProps |
getBucketProps()
User provided props to override the default props for the S3 Bucket.
|
default Object |
getCloudFrontDistributionProps()
Optional user provided props to override the default props.
|
default software.amazon.awscdk.services.s3.Bucket |
getExistingBucketObj()
Existing instance of S3 Bucket object, if this is set then the bucketProps 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.
|
@Nullable default software.amazon.awscdk.services.s3.BucketProps getBucketProps()
Default: - Default props are used
@Nullable default Object getCloudFrontDistributionProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.s3.Bucket getExistingBucketObj()
Default: - None
@Nullable default Boolean getInsertHttpSecurityHeaders()
Default: - true
static CloudFrontToS3Props.Builder builder()
CloudFrontToS3Props.Builder of CloudFrontToS3PropsCopyright © 2020. All rights reserved.