Uses of Class
software.amazon.awscdk.services.cloudfront.origins.S3Origin.Builder
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of S3Origin.Builder in software.amazon.awscdk.services.cloudfront.origins
Modifier and TypeMethodDescriptionS3Origin.Builder.connectionAttempts
(Number connectionAttempts) Deprecated.The number of times that CloudFront attempts to connect to the origin;S3Origin.Builder.connectionTimeout
(Duration connectionTimeout) Deprecated.The number of seconds that CloudFront waits when trying to establish a connection to the origin.static S3Origin.Builder
Deprecated.S3Origin.Builder.customHeaders
(Map<String, String> customHeaders) Deprecated.A list of HTTP header names and values that CloudFront adds to requests it sends to the origin.S3Origin.Builder.originAccessControlId
(String originAccessControlId) Deprecated.The unique identifier of an origin access control for this origin.S3Origin.Builder.originAccessIdentity
(IOriginAccessIdentity originAccessIdentity) Deprecated.An optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.Deprecated.A unique identifier for the origin.S3Origin.Builder.originPath
(String originPath) Deprecated.An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin.S3Origin.Builder.originShieldEnabled
(Boolean originShieldEnabled) Deprecated.Origin Shield is enabled by setting originShieldRegion to a valid region, after this to disable Origin Shield again you must set this flag to false.S3Origin.Builder.originShieldRegion
(String originShieldRegion) Deprecated.When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance.