Interface IOriginEndpointReference
A reference to a OriginEndpoint resource.
Namespace: Amazon.CDK.AWS.MediaPackage
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOriginEndpointReference
Syntax (vb)
Public Interface 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
Properties
OriginEndpointArn | The ARN of the OriginEndpoint resource. |
OriginEndpointId | The Id of the OriginEndpoint resource. |
Properties
OriginEndpointArn
The ARN of the OriginEndpoint resource.
string OriginEndpointArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
OriginEndpointId
The Id of the OriginEndpoint resource.
string OriginEndpointId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated