You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::InputOrigin

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InputOrigin as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "ResourceName",
  region_name: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ca-central-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2
  protocol_policy: "http-only", # accepts http-only, https-only
}

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the origin resource.

Returns:

  • (String)

    The name of the origin resource.

#protocol_policyString

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

Possible values:

  • http-only
  • https-only

Returns:

  • (String)

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

#region_nameString

The AWS Region name of the origin resource.

Possible values:

  • us-east-1
  • us-east-2
  • us-west-1
  • us-west-2
  • eu-west-1
  • eu-west-2
  • eu-west-3
  • eu-central-1
  • ca-central-1
  • ap-south-1
  • ap-southeast-1
  • ap-southeast-2
  • ap-northeast-1
  • ap-northeast-2

Returns:

  • (String)

    The AWS Region name of the origin resource.