@Stability(value=Stable)
public static interface CfnDistribution.OriginGroupMemberProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
OriginGroupMemberProperty originGroupMemberProperty = OriginGroupMemberProperty.builder()
.originId("originId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDistribution.OriginGroupMemberProperty.Builder
A builder for
CfnDistribution.OriginGroupMemberProperty |
static class |
CfnDistribution.OriginGroupMemberProperty.Jsii$Proxy
An implementation for
CfnDistribution.OriginGroupMemberProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDistribution.OriginGroupMemberProperty.Builder |
builder() |
String |
getOriginId()
The ID for an origin in an origin group.
|
@Stability(value=Stable) @NotNull String getOriginId()
@Stability(value=Stable) static CfnDistribution.OriginGroupMemberProperty.Builder builder()
Copyright © 2022. All rights reserved.