PutPlaybackConfigurationResponse constructor

PutPlaybackConfigurationResponse({
  1. String? adDecisionServerUrl,
  2. AvailSuppression? availSuppression,
  3. Bumper? bumper,
  4. CdnConfiguration? cdnConfiguration,
  5. DashConfiguration? dashConfiguration,
  6. HlsConfiguration? hlsConfiguration,
  7. LivePreRollConfiguration? livePreRollConfiguration,
  8. ManifestProcessingRules? manifestProcessingRules,
  9. String? name,
  10. int? personalizationThresholdSeconds,
  11. String? playbackConfigurationArn,
  12. String? playbackEndpointPrefix,
  13. String? sessionInitializationEndpointPrefix,
  14. String? slateAdUrl,
  15. Map<String, String>? tags,
  16. String? transcodeProfileName,
  17. String? videoContentSourceUrl,
})

Implementation

PutPlaybackConfigurationResponse({
  this.adDecisionServerUrl,
  this.availSuppression,
  this.bumper,
  this.cdnConfiguration,
  this.dashConfiguration,
  this.hlsConfiguration,
  this.livePreRollConfiguration,
  this.manifestProcessingRules,
  this.name,
  this.personalizationThresholdSeconds,
  this.playbackConfigurationArn,
  this.playbackEndpointPrefix,
  this.sessionInitializationEndpointPrefix,
  this.slateAdUrl,
  this.tags,
  this.transcodeProfileName,
  this.videoContentSourceUrl,
});