interface EgressEndpointProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaPackage.CfnAsset.EgressEndpointProperty |
Java | software.amazon.awscdk.services.mediapackage.CfnAsset.EgressEndpointProperty |
Python | aws_cdk.aws_mediapackage.CfnAsset.EgressEndpointProperty |
TypeScript | @aws-cdk/aws-mediapackage » CfnAsset » EgressEndpointProperty |
The playback endpoint for a packaging configuration on an asset.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as mediapackage from '@aws-cdk/aws-mediapackage';
const egressEndpointProperty: mediapackage.CfnAsset.EgressEndpointProperty = {
packagingConfigurationId: 'packagingConfigurationId',
url: 'url',
};
Properties
Name | Type | Description |
---|---|---|
packaging | string | The ID of a packaging configuration that's applied to this asset. |
url | string | The URL that's used to request content from this endpoint. |
packagingConfigurationId
Type:
string
The ID of a packaging configuration that's applied to this asset.
url
Type:
string
The URL that's used to request content from this endpoint.