Show / Hide Table of Contents

Class OriginEndpointReference

A reference to a OriginEndpoint resource.

Inheritance
object
OriginEndpointReference
Implements
IOriginEndpointReference
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.MediaPackage
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OriginEndpointReference : IOriginEndpointReference
Syntax (vb)
Public Class OriginEndpointReference Implements IOriginEndpointReference
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.MediaPackage;

            var originEndpointReference = new OriginEndpointReference {
                OriginEndpointArn = "originEndpointArn",
                OriginEndpointId = "originEndpointId"
            };

Synopsis

Constructors

OriginEndpointReference()

A reference to a OriginEndpoint resource.

Properties

OriginEndpointArn

The ARN of the OriginEndpoint resource.

OriginEndpointId

The Id of the OriginEndpoint resource.

Constructors

OriginEndpointReference()

A reference to a OriginEndpoint resource.

public OriginEndpointReference()
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.MediaPackage;

            var originEndpointReference = new OriginEndpointReference {
                OriginEndpointArn = "originEndpointArn",
                OriginEndpointId = "originEndpointId"
            };

Properties

OriginEndpointArn

The ARN of the OriginEndpoint resource.

public string OriginEndpointArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

OriginEndpointId

The Id of the OriginEndpoint resource.

public string OriginEndpointId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IOriginEndpointReference
Back to top Generated by DocFX