cloudfront_create_origin_access_control {paws.networking} | R Documentation |
Creates a new origin access control in CloudFront
Description
Creates a new origin access control in CloudFront. After you create an origin access control, you can add it to an origin in a CloudFront distribution so that CloudFront sends authenticated (signed) requests to the origin.
See https://www.paws-r-sdk.com/docs/cloudfront_create_origin_access_control/ for full documentation.
Usage
cloudfront_create_origin_access_control(OriginAccessControlConfig)
Arguments
OriginAccessControlConfig |
[required] Contains the origin access control. |
[Package paws.networking version 0.7.0 Index]