DistributionLegacyCustomOrigin

data class DistributionLegacyCustomOrigin(val dnsName: String, val httpPort: Int? = null, val httpsPort: Int? = null, val originProtocolPolicy: String, val originSslProtocols: List<String>)

Constructors

Link copied to clipboard
constructor(dnsName: String, httpPort: Int? = null, httpsPort: Int? = null, originProtocolPolicy: String, originSslProtocols: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain name assigned to your CloudFront distribution.

Link copied to clipboard
val httpPort: Int? = null

The HTTP port that CloudFront uses to connect to the origin. Specify the HTTP port that the origin listens on.

Link copied to clipboard
val httpsPort: Int? = null

The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.

Link copied to clipboard

Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin.

Link copied to clipboard

The minimum SSL/TLS protocol version that CloudFront uses when communicating with your origin server over HTTPs. For more information, see Minimum Origin SSL Protocol in the Amazon CloudFront Developer Guide .