Interface CfnAsset.IEgressEndpointProperty
The playback endpoint for a packaging configuration on an asset.
Namespace: Amazon.CDK.AWS.MediaPackage
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAsset.IEgressEndpointProperty
Syntax (vb)
Public Interface 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
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. |
Properties
PackagingConfigurationId
The ID of a packaging configuration that's applied to this asset.
string PackagingConfigurationId { get; }
Property Value
Remarks
Url
The URL that's used to request content from this endpoint.
string Url { get; }