GradientEdge CDK Utils
    Preparing search index...

    Interface SiteResponseHeadersStrictTransportSecurity

    interface SiteResponseHeadersStrictTransportSecurity {
        accessControlMaxAge: Duration;
        accessControlMaxAgeInSeconds: number;
        includeSubdomains?: boolean;
        override: boolean;
        preload?: boolean;
    }

    Hierarchy

    • ResponseHeadersStrictTransportSecurity
      • SiteResponseHeadersStrictTransportSecurity
    Index

    Properties

    accessControlMaxAge: Duration

    A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.

    accessControlMaxAgeInSeconds: number
    includeSubdomains?: boolean

    A Boolean that determines whether CloudFront includes the includeSubDomains directive in the Strict-Transport-Security HTTP response header.

    false
    
    override: boolean

    A Boolean that determines whether CloudFront overrides the Strict-Transport-Security HTTP response header received from the origin with the one specified in this response headers policy.

    preload?: boolean

    A Boolean that determines whether CloudFront includes the preload directive in the Strict-Transport-Security HTTP response header.

    false