Uses of Interface
software.amazon.awscdk.services.cloudfront.OriginBindOptions
Package
Description
Amazon CloudFront Construct Library
CloudFront Origins for the CDK CloudFront Library
-
Uses of OriginBindOptions in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptionOriginBindOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionIOrigin.bind
(software.constructs.Construct scope, OriginBindOptions options) The method called when a given Origin is added (for the first time) to a Distribution.default OriginBindConfig
IOrigin.Jsii$Default.bind
(software.constructs.Construct scope, OriginBindOptions options) The method called when a given Origin is added (for the first time) to a Distribution.final OriginBindConfig
IOrigin.Jsii$Proxy.bind
(software.constructs.Construct scope, OriginBindOptions options) The method called when a given Origin is added (for the first time) to a Distribution.OriginBase.bind
(software.constructs.Construct _scope, OriginBindOptions options) Binds the origin to the associated Distribution. -
Uses of OriginBindOptions in software.amazon.awscdk.services.cloudfront.origins
Modifier and TypeMethodDescriptionOriginGroup.bind
(software.constructs.Construct scope, OriginBindOptions options) The method called when a given Origin is added (for the first time) to a Distribution.S3Origin.bind
(software.constructs.Construct scope, OriginBindOptions options) Deprecated.