access Control Allow Origins
suspend fun accessControlAllowOrigins(value: Output<ResponseHeadersPolicyCorsConfigAccessControlAllowOriginsArgs>)
suspend fun accessControlAllowOrigins(value: ResponseHeadersPolicyCorsConfigAccessControlAllowOriginsArgs)
Parameters
value
Object that contains an attribute items
that contains a list of origins that CloudFront can use as the value for the Access-Control-Allow-Origin
HTTP response header.
suspend fun accessControlAllowOrigins(argument: suspend ResponseHeadersPolicyCorsConfigAccessControlAllowOriginsArgsBuilder.() -> Unit)
Parameters
argument
Object that contains an attribute items
that contains a list of origins that CloudFront can use as the value for the Access-Control-Allow-Origin
HTTP response header.