@Generated(value="jsii-pacmak/1.38.0 (build 717bef2)", date="2021-10-08T00:34:03.614Z") 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()
Optional 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.IBucket |
getExistingBucketInterface()
Existing instance of S3 Bucket object, providing both this and `bucketProps` will cause an error.
|
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.s3.BucketProps |
getLoggingBucketProps()
Optional user provided props to override the default props for the S3 Logging Bucket.
|
@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.IBucket getExistingBucketInterface()
Default: - None
@Nullable default Boolean getInsertHttpSecurityHeaders()
Default: - true
@Nullable default software.amazon.awscdk.services.s3.BucketProps getLoggingBucketProps()
Default: - Default props are used
static CloudFrontToS3Props.Builder builder()
CloudFrontToS3Props.Builder of CloudFrontToS3PropsCopyright © 2021. All rights reserved.