Show / Hide Table of Contents

Class CfnDistribution.OriginGroupMemberProperty

An origin in an origin group.

Inheritance
object
CfnDistribution.OriginGroupMemberProperty
Implements
CfnDistribution.IOriginGroupMemberProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDistribution.OriginGroupMemberProperty : CfnDistribution.IOriginGroupMemberProperty
Syntax (vb)
Public Class CfnDistribution.OriginGroupMemberProperty Implements CfnDistribution.IOriginGroupMemberProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroupmember.html

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 originGroupMemberProperty = new OriginGroupMemberProperty {
                 OriginId = "originId"
             };

Synopsis

Constructors

OriginGroupMemberProperty()

An origin in an origin group.

Properties

OriginId

The ID for an origin in an origin group.

Constructors

OriginGroupMemberProperty()

An origin in an origin group.

public OriginGroupMemberProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroupmember.html

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 originGroupMemberProperty = new OriginGroupMemberProperty {
                 OriginId = "originId"
             };

Properties

OriginId

The ID for an origin in an origin group.

public string OriginId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origingroupmember.html#cfn-cloudfront-distribution-origingroupmember-originid

Implements

CfnDistribution.IOriginGroupMemberProperty
Back to top Generated by DocFX