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