An Origin Access Control for Lambda Function URLs.
import { FunctionUrlOriginAccessControl } from 'aws-cdk-lib/aws-cloudfront';Or use the module namespace:
import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';
// cloudfront.FunctionUrlOriginAccessControlConfiguration passed to the constructor as FunctionUrlOriginAccessControlProps.
OriginAccessControlBasePropsdescriptionOptionalinherited from OriginAccessControlBasePropsstringA description of the origin access control.
Default: - no description
originAccessControlNameOptionalinherited from OriginAccessControlBasePropsstringA name to identify the origin access control, with a maximum length of 64 characters.
Default: - a generated name
signingOptionalinherited from OriginAccessControlBasePropsSigningSpecifies which requests CloudFront signs and the signing protocol.
Default: SIGV4_ALWAYS
Everything you need to know about Amazon CloudFront on one page. HD quality, print-friendly.
Download Free Infographicaws-cloudfront