Class OriginEndpointReference
A reference to a OriginEndpoint resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated
OriginEndpointId
The Id of the OriginEndpoint resource.
public string OriginEndpointId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated