AwsCloudFrontDistributionOriginItem

A complex type that describes the Amazon S3 bucket, HTTP server (for example, a web server), Elemental MediaStore, or other server from which CloudFront gets your files.

Types

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

Properties

Link copied to clipboard

An origin that is not an Amazon S3 bucket, with one exception. If the Amazon S3 bucket is configured with static website hosting, use this attribute. If the Amazon S3 bucket is not configured with static website hosting, use the S3OriginConfig type instead.

Link copied to clipboard

Amazon S3 origins: The DNS name of the S3 bucket from which you want CloudFront to get objects for this origin.

Link copied to clipboard
val id: String?

A unique identifier for the origin or origin group.

Link copied to clipboard

An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.

Link copied to clipboard

An origin that is an S3 bucket that is not configured with static website hosting.

Functions

Link copied to clipboard
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