Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-asset-egressendpoint.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-asset-egressendpoint.html#cfn-mediapackage-asset-egressendpoint-packagingconfigurationid

Url

The URL that's used to request content from this endpoint.

string Url { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-asset-egressendpoint.html#cfn-mediapackage-asset-egressendpoint-url

Back to top Generated by DocFX