public static final class CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty
CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty
CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty.Builder, CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getEnabled()
A Boolean that determines whether CloudFront adds the `Server-Timing` header to HTTP responses that it sends in response to requests that match a cache behavior that's associated with this response headers policy.
|
java.lang.Number |
getSamplingRate()
A number 0–100 (inclusive) that specifies the percentage of responses that you want CloudFront to add the `Server-Timing` header to.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEnabled()
CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty
getEnabled
in interface CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty
public final java.lang.Number getSamplingRate()
CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty
When you set the sampling rate to 100, CloudFront adds the Server-Timing
header to the HTTP response for every request that matches the cache behavior that this response headers policy is attached to. When you set it to 50, CloudFront adds the header to 50% of the responses for requests that match the cache behavior. You can set the sampling rate to any number 0–100 with up to four decimal places.
getSamplingRate
in interface CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()