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
Functions
Properties
Link copied to clipboard
The Custom KeepAlive timeout, in seconds. By default, AWS enforces an upper limit of 60
. But you can request an increase. Defaults to 5
.
Link copied to clipboard
The Custom Read timeout, in seconds. By default, AWS enforces an upper limit of 60
. But you can request an increase. Defaults to 30
.