aws-cdk-lib.aws_mediatailor.CfnPlaybackConfiguration.CdnConfigurationProperty
interface CdnConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.CdnConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPlaybackConfiguration_CdnConfigurationProperty |
![]() | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.CdnConfigurationProperty |
![]() | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.CdnConfigurationProperty |
![]() | aws-cdk-lib » 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 { aws_mediatailor as mediatailor } from 'aws-cdk-lib';
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
.