aws-cdk-lib.aws_mediatailor.CfnPlaybackConfiguration.BumperProperty
interface BumperProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.BumperProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPlaybackConfiguration_BumperProperty |
![]() | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.BumperProperty |
![]() | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.BumperProperty |
![]() | aws-cdk-lib » aws_mediatailor » CfnPlaybackConfiguration » BumperProperty |
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 bumperProperty: mediatailor.CfnPlaybackConfiguration.BumperProperty = {
endUrl: 'endUrl',
startUrl: 'startUrl',
};
Properties
Name | Type | Description |
---|---|---|
end | string | CfnPlaybackConfiguration.BumperProperty.EndUrl . |
start | string | CfnPlaybackConfiguration.BumperProperty.StartUrl . |
endUrl?
Type:
string
(optional)
CfnPlaybackConfiguration.BumperProperty.EndUrl
.
startUrl?
Type:
string
(optional)
CfnPlaybackConfiguration.BumperProperty.StartUrl
.