OriginAccessControlArgs

data class OriginAccessControlArgs(val originAccessControlConfig: Output<OriginAccessControlConfigArgs>? = null) : ConvertibleToJava<OriginAccessControlArgs>

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. This makes it possible to block public access to the origin, allowing viewers (users) to access the origin's content only through CloudFront. For more information about using a CloudFront origin access control, see Restricting access to an origin in the Amazon CloudFront Developer Guide.

Constructors

Link copied to clipboard
constructor(originAccessControlConfig: Output<OriginAccessControlConfigArgs>? = null)

Properties

Link copied to clipboard

The origin access control.

Functions

Link copied to clipboard
open override fun toJava(): OriginAccessControlArgs