AwsCloudFrontDistributionOriginCustomOriginConfig

A custom origin. A custom origin is any origin that is not an Amazon S3 bucket, with one exception. An Amazon S3 bucket that is configured with static website hosting is a custom origin.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HTTP port that CloudFront uses to connect to the origin.

Link copied to clipboard

The HTTPS port that CloudFront uses to connect to the origin.

Link copied to clipboard

Specifies how long, in seconds, CloudFront persists its connection to the origin.

Link copied to clipboard

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

Link copied to clipboard

Specifies how long, in seconds, CloudFront waits for a response from the origin.

Link copied to clipboard

Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String