interface CdnConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.CdnConfigurationProperty |
![]() | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.CdnConfigurationProperty |
![]() | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.CdnConfigurationProperty |
![]() | @aws-cdk/aws-mediatailor » CfnPlaybackConfiguration » CdnConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as mediatailor from '@aws-cdk/aws-mediatailor';
const cdnConfigurationProperty: mediatailor.CfnPlaybackConfiguration.CdnConfigurationProperty = {
adSegmentUrlPrefix: 'adSegmentUrlPrefix',
contentSegmentUrlPrefix: 'contentSegmentUrlPrefix',
};
Properties
Name | Type | Description |
---|---|---|
ad | string | CfnPlaybackConfiguration.CdnConfigurationProperty.AdSegmentUrlPrefix . |
content | string | CfnPlaybackConfiguration.CdnConfigurationProperty.ContentSegmentUrlPrefix . |
adSegmentUrlPrefix?
Type:
string
(optional)
CfnPlaybackConfiguration.CdnConfigurationProperty.AdSegmentUrlPrefix
.
contentSegmentUrlPrefix?
Type:
string
(optional)
CfnPlaybackConfiguration.CdnConfigurationProperty.ContentSegmentUrlPrefix
.