interface IOrigin
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CloudFront.IOrigin |
Java | software.amazon.awscdk.services.cloudfront.IOrigin |
Python | aws_cdk.aws_cloudfront.IOrigin |
TypeScript (source) | @aws-cdk/aws-cloudfront » IOrigin |
Implemented by
Http
, Load
, Origin
, Rest
, S3
Represents the concept of a CloudFront Origin.
You provide one or more origins when creating a Distribution.
Methods
Name | Description |
---|---|
bind(scope, options) | The method called when a given Origin is added (for the first time) to a Distribution. |
bind(scope, options)
public bind(scope: Construct, options: OriginBindOptions): OriginBindConfig
Parameters
- scope
Construct
- options
Origin
Bind Options
Returns
The method called when a given Origin is added (for the first time) to a Distribution.