@Stability(value=Stable)
public static interface CfnResponseHeadersPolicy.ReferrerPolicyProperty
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.*;
ReferrerPolicyProperty referrerPolicyProperty = ReferrerPolicyProperty.builder()
.override(false)
.referrerPolicy("referrerPolicy")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponseHeadersPolicy.ReferrerPolicyProperty.Builder
A builder for
CfnResponseHeadersPolicy.ReferrerPolicyProperty |
static class |
CfnResponseHeadersPolicy.ReferrerPolicyProperty.Jsii$Proxy
An implementation for
CfnResponseHeadersPolicy.ReferrerPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponseHeadersPolicy.ReferrerPolicyProperty.Builder |
builder() |
Object |
getOverride()
`CfnResponseHeadersPolicy.ReferrerPolicyProperty.Override`.
|
String |
getReferrerPolicy()
`CfnResponseHeadersPolicy.ReferrerPolicyProperty.ReferrerPolicy`.
|
@Stability(value=Stable) @NotNull Object getOverride()
@Stability(value=Stable) @NotNull String getReferrerPolicy()
@Stability(value=Stable) static CfnResponseHeadersPolicy.ReferrerPolicyProperty.Builder builder()
Copyright © 2021. All rights reserved.