| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.origins |
CloudFront Origins for the CDK CloudFront Library
|
| Modifier and Type | Method and Description |
|---|---|
S3Origin.Builder |
S3Origin.Builder.connectionAttempts(Number connectionAttempts)
The number of times that CloudFront attempts to connect to the origin;
|
S3Origin.Builder |
S3Origin.Builder.connectionTimeout(Duration connectionTimeout)
The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
static S3Origin.Builder |
S3Origin.Builder.create(IBucket bucket) |
S3Origin.Builder |
S3Origin.Builder.customHeaders(Map<String,String> customHeaders)
A list of HTTP header names and values that CloudFront adds to requests it sends to the origin.
|
S3Origin.Builder |
S3Origin.Builder.originAccessIdentity(IOriginAccessIdentity originAccessIdentity)
An optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.
|
S3Origin.Builder |
S3Origin.Builder.originPath(String originPath)
An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin.
|
S3Origin.Builder |
S3Origin.Builder.originShieldRegion(String originShieldRegion)
When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance.
|
Copyright © 2022. All rights reserved.