Class CfnAsset.EgressEndpointProperty
The playback endpoint for a packaging configuration on an asset.
Inheritance
System.Object
CfnAsset.EgressEndpointProperty
Implements
Namespace: Amazon.CDK.AWS.MediaPackage
Assembly: Amazon.CDK.AWS.MediaPackage.dll
Syntax (csharp)
public class EgressEndpointProperty : Object, CfnAsset.IEgressEndpointProperty
Syntax (vb)
Public Class EgressEndpointProperty
Inherits Object
Implements CfnAsset.IEgressEndpointProperty
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 egressEndpointProperty = new EgressEndpointProperty {
PackagingConfigurationId = "packagingConfigurationId",
Url = "url"
};
Synopsis
Constructors
EgressEndpointProperty() |
Properties
PackagingConfigurationId | The ID of a packaging configuration that's applied to this asset. |
Url | The URL that's used to request content from this endpoint. |
Constructors
EgressEndpointProperty()
public EgressEndpointProperty()
Properties
PackagingConfigurationId
The ID of a packaging configuration that's applied to this asset.
public string PackagingConfigurationId { get; set; }
Property Value
System.String
Remarks
Url
The URL that's used to request content from this endpoint.
public string Url { get; set; }
Property Value
System.String