@Stability(value=Stable)
public static interface CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudfront.*;
ServerTimingHeadersConfigProperty serverTimingHeadersConfigProperty = ServerTimingHeadersConfigProperty.builder()
.enabled(false)
// the properties below are optional
.samplingRate(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty.Builder
|
static class |
CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty.Jsii$Proxy
An implementation for
CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty.Builder |
builder() |
Object |
getEnabled()
`CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty.Enabled`.
|
default Number |
getSamplingRate()
`CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty.SamplingRate`.
|
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) @Nullable default Number getSamplingRate()
@Stability(value=Stable) static CfnResponseHeadersPolicy.ServerTimingHeadersConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.