Show / Hide Table of Contents

Class CfnAsset.EgressEndpointProperty

The playback endpoint for a packaging configuration on an asset.

Inheritance
System.Object
CfnAsset.EgressEndpointProperty
Implements
CfnAsset.IEgressEndpointProperty
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

Link: 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

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

Link: 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.

public string Url { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnAsset.IEgressEndpointProperty
Back to top Generated by DocFX