Uses of Interface
software.amazon.awscdk.services.cloudfront.IOriginAccessControl
Packages that use IOriginAccessControl
-
Uses of IOriginAccessControl in software.amazon.awscdk.services.cloudfront
Subinterfaces of IOriginAccessControl in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIOriginAccessControl.Classes in software.amazon.awscdk.services.cloudfront that implement IOriginAccessControlModifier and TypeClassDescriptionclassAn Origin Access Control for Lambda Function URLs.static final classA proxy class which represents a concrete javascript instance of this type.classAn Origin Access Control for Amazon S3 origins.Methods in software.amazon.awscdk.services.cloudfront that return IOriginAccessControlModifier and TypeMethodDescriptionstatic IOriginAccessControlFunctionUrlOriginAccessControl.fromOriginAccessControlId(software.constructs.Construct scope, String id, String originAccessControlId) Imports a Lambda Function URL origin access control from its id.static IOriginAccessControlS3OriginAccessControl.fromOriginAccessControlId(software.constructs.Construct scope, String id, String originAccessControlId) Imports an S3 origin access control from its id.