@Stability(value=Stable)
public static interface CfnDistribution.OriginCustomHeaderProperty
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.*;
OriginCustomHeaderProperty originCustomHeaderProperty = OriginCustomHeaderProperty.builder()
.headerName("headerName")
.headerValue("headerValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDistribution.OriginCustomHeaderProperty.Builder
A builder for
CfnDistribution.OriginCustomHeaderProperty |
static class |
CfnDistribution.OriginCustomHeaderProperty.Jsii$Proxy
An implementation for
CfnDistribution.OriginCustomHeaderProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDistribution.OriginCustomHeaderProperty.Builder |
builder() |
String |
getHeaderName()
`CfnDistribution.OriginCustomHeaderProperty.HeaderName`.
|
String |
getHeaderValue()
`CfnDistribution.OriginCustomHeaderProperty.HeaderValue`.
|
@Stability(value=Stable) @NotNull String getHeaderName()
@Stability(value=Stable) @NotNull String getHeaderValue()
@Stability(value=Stable) static CfnDistribution.OriginCustomHeaderProperty.Builder builder()
Copyright © 2021. All rights reserved.