OriginAccessControlConfig

data class OriginAccessControlConfig(val description: String? = null, val name: String, val originAccessControlOriginType: String, val signingBehavior: String, val signingProtocol: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, name: String, originAccessControlOriginType: String, signingBehavior: String, signingProtocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description of the origin access control.

Link copied to clipboard

A name to identify the origin access control. You can specify up to 64 characters.

Link copied to clipboard

The type of origin that this origin access control is for.

Link copied to clipboard

Specifies which requests CloudFront signs (adds authentication information to). Specify always for the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide . This field can have one of the following values:

Link copied to clipboard

The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests. The only valid value is sigv4 .