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