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
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
Link copied to clipboard
List of SSL/TLS protocols that CloudFront can use when connecting to your origin over HTTPS. Valid values: SSLv3
, TLSv1
, TLSv1.1
, TLSv1.2
. For more information, see Minimum Origin SSL Protocol in the Amazon CloudFront Developer Guide.