Distribution Origin Custom Origin Config Args
data class DistributionOriginCustomOriginConfigArgs(val httpPort: Output<Int>, val httpsPort: Output<Int>, val originKeepaliveTimeout: Output<Int>? = null, val originProtocolPolicy: Output<String>, val originReadTimeout: Output<Int>? = null, val originSslProtocols: Output<List<String>>) : ConvertibleToJava<DistributionOriginCustomOriginConfigArgs>
Constructors
Properties
Link copied to clipboard
The Custom KeepAlive timeout, in seconds. By default, AWS enforces a limit of 60
. But you can request an increase.
Link copied to clipboard
Origin protocol policy to apply to your origin. One of http-only
, https-only
, or match-viewer
.
Link copied to clipboard
The Custom Read timeout, in seconds. By default, AWS enforces a limit of 60
. But you can request an increase.
Link copied to clipboard
SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS. A list of one or more of SSLv3
, TLSv1
, TLSv1.1
, and TLSv1.2
.