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 Constructs.Construct
- options IOriginBindOptions
Returns