Class: Aws::Lightsail::Types::Origin

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the origin resource.

Returns:

  • (String)


11975
11976
11977
11978
11979
11980
11981
11982
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11975

class Origin < Struct.new(
  :name,
  :resource_type,
  :region_name,
  :protocol_policy)
  SENSITIVE = []
  include Aws::Structure
end

#protocol_policyString

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

Returns:

  • (String)


11975
11976
11977
11978
11979
11980
11981
11982
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11975

class Origin < Struct.new(
  :name,
  :resource_type,
  :region_name,
  :protocol_policy)
  SENSITIVE = []
  include Aws::Structure
end

#region_nameString

The AWS Region name of the origin resource.

Returns:

  • (String)


11975
11976
11977
11978
11979
11980
11981
11982
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11975

class Origin < Struct.new(
  :name,
  :resource_type,
  :region_name,
  :protocol_policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type of the origin resource (Instance).

Returns:

  • (String)


11975
11976
11977
11978
11979
11980
11981
11982
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11975

class Origin < Struct.new(
  :name,
  :resource_type,
  :region_name,
  :protocol_policy)
  SENSITIVE = []
  include Aws::Structure
end