| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Lightsail.Types.InputOrigin
Description
Documentation
data InputOrigin Source #
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.
See: newInputOrigin smart constructor.
Constructors
| InputOrigin' | |
Fields
| |
Instances
newInputOrigin :: InputOrigin Source #
Create a value of InputOrigin with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:InputOrigin', inputOrigin_name - The name of the origin resource.
$sel:protocolPolicy:InputOrigin', inputOrigin_protocolPolicy - The protocol that your Amazon Lightsail distribution uses when
establishing a connection with your origin to pull content.
$sel:regionName:InputOrigin', inputOrigin_regionName - The AWS Region name of the origin resource.
inputOrigin_name :: Lens' InputOrigin (Maybe Text) Source #
The name of the origin resource.
inputOrigin_protocolPolicy :: Lens' InputOrigin (Maybe OriginProtocolPolicyEnum) Source #
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.
inputOrigin_regionName :: Lens' InputOrigin (Maybe RegionName) Source #
The AWS Region name of the origin resource.