Show / Hide Table of Contents

Interface IOrigin

Represents the concept of a CloudFront Origin.

Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOrigin
Syntax (vb)
Public Interface IOrigin
Remarks

You provide one or more origins when creating a Distribution.

Synopsis

Methods

Bind(Construct, IOriginBindOptions)

The method called when a given Origin is added (for the first time) to a Distribution.

Methods

Bind(Construct, IOriginBindOptions)

The method called when a given Origin is added (for the first time) to a Distribution.

IOriginBindConfig Bind(Construct scope, IOriginBindOptions options)
Parameters
scope Construct
options IOriginBindOptions
Returns

IOriginBindConfig

Remarks

You provide one or more origins when creating a Distribution.

Back to top Generated by DocFX