Interface CfnDistribution.OriginGroupMemberProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnDistribution.OriginGroupMemberProperty.Jsii$Proxy
- Enclosing class:
 - CfnDistribution
 
@Stability(Stable)
public static interface CfnDistribution.OriginGroupMemberProperty
extends software.amazon.jsii.JsiiSerializable
An origin in an origin group.
 
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();
 - 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDistribution.OriginGroupMemberPropertystatic final classAn implementation forCfnDistribution.OriginGroupMemberProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getOriginId
The ID for an origin in an origin group. - 
builder
 
 -