aws-cdk-lib.aws_mediatailor.CfnPlaybackConfiguration.BumperProperty

interface BumperProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.BumperProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPlaybackConfiguration_BumperProperty
Javasoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.BumperProperty
Pythonaws_cdk.aws_mediatailor.CfnPlaybackConfiguration.BumperProperty
TypeScript 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

NameTypeDescription
endUrl?stringCfnPlaybackConfiguration.BumperProperty.EndUrl.
startUrl?stringCfnPlaybackConfiguration.BumperProperty.StartUrl.

endUrl?

Type: string (optional)

CfnPlaybackConfiguration.BumperProperty.EndUrl.


startUrl?

Type: string (optional)

CfnPlaybackConfiguration.BumperProperty.StartUrl.