sparse-intern-71089
07/20/2022, 10:40 AMgray-translator-86978
07/20/2022, 10:53 AMinterface ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity {
/**
* A number that CloudFront uses as the value for the `max-age` directive in the `Strict-Transport-Security` HTTP response header.
*/
accessControlMaxAgeSec: pulumi.Input<number>;
/**
* A Boolean value that determines whether CloudFront includes the `includeSubDomains` directive in the `Strict-Transport-Security` HTTP response header.
*/
includeSubdomains?: pulumi.Input<boolean>;
/**
* A Boolean value that determines whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy.
*/
override: pulumi.Input<boolean>;
/**
* A Boolean value that determines whether CloudFront includes the `preload` directive in the `Strict-Transport-Security` HTTP response header.
*/
preload?: pulumi.Input<boolean>;
}
If you are using VSCode or similar you can right-click and "Go to Definition"No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by