interface CdnConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.CdnConfigurationProperty |
Java | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.CdnConfigurationProperty |
Python | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.CdnConfigurationProperty |
TypeScript | @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.

.NET
Java
Python
TypeScript