aws-cdk-lib.aws_mediapackage.CfnAsset.EgressEndpointProperty

interface EgressEndpointProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaPackage.CfnAsset.EgressEndpointProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediapackage#CfnAsset_EgressEndpointProperty
Javasoftware.amazon.awscdk.services.mediapackage.CfnAsset.EgressEndpointProperty
Pythonaws_cdk.aws_mediapackage.CfnAsset.EgressEndpointProperty
TypeScript aws-cdk-lib » 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 { aws_mediapackage as mediapackage } from 'aws-cdk-lib';
const egressEndpointProperty: mediapackage.CfnAsset.EgressEndpointProperty = {
  packagingConfigurationId: 'packagingConfigurationId',
  url: 'url',
};

Properties

NameTypeDescription
packagingConfigurationIdstringThe ID of a packaging configuration that's applied to this asset.
urlstringThe 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.