interface AdMarkerPassthroughProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.AdMarkerPassthroughProperty |
Java | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.AdMarkerPassthroughProperty |
Python | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.AdMarkerPassthroughProperty |
TypeScript | @aws-cdk/aws-mediatailor » CfnPlaybackConfiguration » AdMarkerPassthroughProperty |
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 adMarkerPassthroughProperty: mediatailor.CfnPlaybackConfiguration.AdMarkerPassthroughProperty = {
enabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled? | boolean | IResolvable | CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Enabled. |
enabled?
Type:
boolean | IResolvable
(optional)
CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Enabled.

.NET
Java
Python
TypeScript