content Type Options
suspend fun contentTypeOptions(value: Output<ResponseHeadersPolicySecurityHeadersConfigContentTypeOptionsArgs>)
suspend fun contentTypeOptions(value: ResponseHeadersPolicySecurityHeadersConfigContentTypeOptionsArgs?)
Parameters
value
Determines whether CloudFront includes the X-Content-Type-Options
HTTP response header with its value set to nosniff
. See Content Type Options for more information.
suspend fun contentTypeOptions(argument: suspend ResponseHeadersPolicySecurityHeadersConfigContentTypeOptionsArgsBuilder.() -> Unit)
Parameters
argument
Determines whether CloudFront includes the X-Content-Type-Options
HTTP response header with its value set to nosniff
. See Content Type Options for more information.