Uses of Interface
software.amazon.awscdk.services.cloudfront.IOriginAccessControl
Packages that use IOriginAccessControl
Package
Description
Amazon CloudFront Construct Library
CloudFront Origins for the CDK CloudFront Library
-
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. -
Uses of IOriginAccessControl in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins that return IOriginAccessControlModifier and TypeMethodDescriptiondefault IOriginAccessControlFunctionUrlOriginWithOACProps.getOriginAccessControl()An optional Origin Access Control.final IOriginAccessControlFunctionUrlOriginWithOACProps.Jsii$Proxy.getOriginAccessControl()default IOriginAccessControlS3BucketOriginWithOACProps.getOriginAccessControl()An optional Origin Access Control.final IOriginAccessControlS3BucketOriginWithOACProps.Jsii$Proxy.getOriginAccessControl()Methods in software.amazon.awscdk.services.cloudfront.origins with parameters of type IOriginAccessControlModifier and TypeMethodDescriptionFunctionUrlOriginWithOACProps.Builder.originAccessControl(IOriginAccessControl originAccessControl) Sets the value ofFunctionUrlOriginWithOACProps.getOriginAccessControl()S3BucketOriginWithOACProps.Builder.originAccessControl(IOriginAccessControl originAccessControl) Sets the value ofS3BucketOriginWithOACProps.getOriginAccessControl()