ResponseHeadersPolicyConfig

A response headers policy configuration.

A response headers policy configuration contains metadata about the response headers policy, and configurations for sets of HTTP response headers.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A comment to describe the response headers policy.

Link copied to clipboard

A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS).

Link copied to clipboard

A configuration for a set of custom HTTP response headers.

Link copied to clipboard

A name to identify the response headers policy.

Link copied to clipboard

A configuration for a set of HTTP headers to remove from the HTTP response.

Link copied to clipboard

A configuration for a set of security-related HTTP response headers.

Link copied to clipboard

A configuration for enabling the Server-Timing header in HTTP responses sent from CloudFront.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String