Class ResponseHeadersPolicyContentTypeOptions

java.lang.Object
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyContentTypeOptions
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ResponseHeadersPolicyContentTypeOptions.Builder,ResponseHeadersPolicyContentTypeOptions>

@Generated("software.amazon.awssdk:codegen") public final class ResponseHeadersPolicyContentTypeOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResponseHeadersPolicyContentTypeOptions.Builder,ResponseHeadersPolicyContentTypeOptions>

Determines whether CloudFront includes the X-Content-Type-Options HTTP response header with its value set to nosniff.

For more information about the X-Content-Type-Options HTTP response header, see X-Content-Type-Options in the MDN Web Docs.

See Also: