Show / Hide Table of Contents

Class DistributionOrigin

Inheritance
System.Object
DistributionOrigin
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudFront.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionOrigin

Fields

View Source

CustomHeaders

One or more sub-resources with name and value parameters that specify header data that will be sent to the origin (multiples allowed).

Declaration
public readonly ImmutableArray<DistributionOriginCustomHeader> CustomHeaders
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<DistributionOriginCustomHeader>
View Source

CustomOriginConfig

The CloudFront custom origin configuration information. If an S3 origin is required, use s3_origin_config instead.

Declaration
public readonly DistributionOriginCustomOriginConfig CustomOriginConfig
Field Value
Type Description
DistributionOriginCustomOriginConfig
View Source

DomainName

The DNS domain name of either the S3 bucket, or web site of your custom origin.

Declaration
public readonly string DomainName
Field Value
Type Description
System.String
View Source

OriginId

The unique identifier of the member origin

Declaration
public readonly string OriginId
Field Value
Type Description
System.String
View Source

OriginPath

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

Declaration
public readonly string OriginPath
Field Value
Type Description
System.String
View Source

S3OriginConfig

The CloudFront S3 origin configuration information. If a custom origin is required, use custom_origin_config instead.

Declaration
public readonly DistributionOriginS3OriginConfig S3OriginConfig
Field Value
Type Description
DistributionOriginS3OriginConfig
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.