Distribution Origin
data class DistributionOrigin(val connectionAttempts: Int? = null, val connectionTimeout: Int? = null, val customHeaders: List<DistributionOriginCustomHeader>? = null, val customOriginConfig: DistributionOriginCustomOriginConfig? = null, val domainName: String, val originAccessControlId: String? = null, val originId: String, val originPath: String? = null, val originShield: DistributionOriginOriginShield? = null, val s3OriginConfig: DistributionOriginS3OriginConfig? = null)
Constructors
Link copied to clipboard
fun DistributionOrigin(connectionAttempts: Int? = null, connectionTimeout: Int? = null, customHeaders: List<DistributionOriginCustomHeader>? = null, customOriginConfig: DistributionOriginCustomOriginConfig? = null, domainName: String, originAccessControlId: String? = null, originId: String, originPath: String? = null, originShield: DistributionOriginOriginShield? = null, s3OriginConfig: DistributionOriginS3OriginConfig? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The CloudFront Origin Shield configuration information. Using Origin Shield can help reduce the load on your origin. For more information, see Using Origin Shield in the Amazon CloudFront Developer Guide.