Uses of Interface
software.amazon.awscdk.services.cloudfront.origins.FunctionUrlOriginWithOACProps
Package
Description
CloudFront Origins for the CDK CloudFront Library
-
Uses of FunctionUrlOriginWithOACProps in software.amazon.awscdk.services.cloudfront.origins
Modifier and TypeClassDescriptionstatic final class
An implementation forFunctionUrlOriginWithOACProps
Modifier and TypeMethodDescriptionFunctionUrlOriginWithOACProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic IOrigin
FunctionUrlOrigin.withOriginAccessControl
(IFunctionUrl lambdaFunctionUrl, FunctionUrlOriginWithOACProps props) Create a Lambda Function URL Origin with Origin Access Control (OAC) configured.