interface BumperProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.BumperProperty |
Java | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.BumperProperty |
Python | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.BumperProperty |
TypeScript | @aws-cdk/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 * as mediatailor from '@aws-cdk/aws-mediatailor';
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.

.NET
Java
Python
TypeScript