Class GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity
- java.lang.Object
-
- com.pulumi.aws.cloudfront.outputs.GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity
-
public final class GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
accessControlMaxAgeSec()
static GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.Builder
builder()
static GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.Builder
builder(GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity defaults)
java.lang.Boolean
includeSubdomains()
java.lang.Boolean
override()
java.lang.Boolean
preload()
-
-
-
Method Detail
-
accessControlMaxAgeSec
public java.lang.Integer accessControlMaxAgeSec()
- Returns:
- A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.
-
includeSubdomains
public java.lang.Boolean includeSubdomains()
- Returns:
- Whether CloudFront includes the includeSubDomains directive in the Strict-Transport-Security HTTP response header.
-
override
public java.lang.Boolean override()
- Returns:
- Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.
-
preload
public java.lang.Boolean preload()
- Returns:
- Whether CloudFront includes the preload directive in the Strict-Transport-Security HTTP response header.
-
builder
public static GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.Builder builder()
-
builder
public static GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity.Builder builder(GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity defaults)
-
-