interface DashBaseUrlProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackagev2#CfnOriginEndpoint_DashBaseUrlProperty |
![]() | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty |
![]() | aws_cdk.aws_mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty |
![]() | aws-cdk-lib » aws_mediapackagev2 » CfnOriginEndpoint » DashBaseUrlProperty |
The base URLs to use for retrieving segments.
You can specify multiple locations and indicate the priority and weight for when each should be used, for use in mutli-CDN workflows.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackagev2 as mediapackagev2 } from 'aws-cdk-lib';
const dashBaseUrlProperty: mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty = {
url: 'url',
// the properties below are optional
dvbPriority: 123,
dvbWeight: 123,
serviceLocation: 'serviceLocation',
};
Properties
Name | Type | Description |
---|---|---|
url | string | A source location for segments. |
dvb | number | For use with DVB-DASH profiles only. |
dvb | number | For use with DVB-DASH profiles only. |
service | string | The name of the source location. |
url
Type:
string
A source location for segments.
dvbPriority?
Type:
number
(optional)
For use with DVB-DASH profiles only.
The priority of this location for servings segments. The lower the number, the higher the priority.
dvbWeight?
Type:
number
(optional)
For use with DVB-DASH profiles only.
The weighting for source locations that have the same priority.
serviceLocation?
Type:
string
(optional)
The name of the source location.