Origin

class Origin

Describes the origin resource of an Amazon Lightsail content delivery network (CDN) distribution.

An origin can be a Lightsail instance, bucket, or load balancer. A distribution pulls content from an origin, caches it, and serves it to viewers via a worldwide network of edge servers.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the origin resource.

Link copied to clipboard

The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.

Link copied to clipboard

The AWS Region name of the origin resource.

Link copied to clipboard

The resource type of the origin resource (Instance).

Functions

Link copied to clipboard
inline fun copy(block: Origin.Builder.() -> Unit = {}): Origin
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