Interface CfnDistribution.IOriginGroupMembersProperty
A complex data type for the origins included in an origin group.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOriginGroupMembersProperty
Syntax (vb)
Public Interface IOriginGroupMembersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudFront;
var originGroupMembersProperty = new OriginGroupMembersProperty {
Items = new [] { new OriginGroupMemberProperty {
OriginId = "originId"
} },
Quantity = 123
};
Synopsis
Properties
Items | Items (origins) in an origin group. |
Quantity | The number of origins in an origin group. |
Properties
Items
Items (origins) in an origin group.
object Items { get; }
Property Value
System.
Remarks
Quantity
The number of origins in an origin group.
double Quantity { get; }
Property Value
System.