Parameters about this CDN configuration as a source of content. This facilitates fetching the
original content for conditioning and delivering the original content as part of a modified
stream.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["A `CdnConfiguration` object stores information about content ingestion and delivery for Dynamic Ad Insertion (DAI)."],["It includes details like a unique ID, name, configuration type, source content setup, and status."],["The `CdnConfiguration` supports two types: `LIVE_STREAM_SOURCE_CONTENT` for live stream events and `UNKNOWN` for unspecified types."],["The configuration status can be `ACTIVE`, `ARCHIVED`, or `UNKNOWN` depending on its usage and state."],["`CdnConfigurationService` allows management of these configurations using methods like `createCdnConfigurations` and `updateCdnConfigurations`."]]],["CdnConfigurationService manages CDN configurations for Dynamic Ad Insertion (DAI). Key actions include creating and updating CdnConfigurations. A CdnConfiguration specifies content ingestion and delivery for DAI, identified by a unique ID and name. Configuration details include `cdnConfigurationType`, which can be `LIVE_STREAM_SOURCE_CONTENT`, and `sourceContentConfiguration`. The configuration's status, represented by `cdnConfigurationStatus`, can be `ACTIVE` or `ARCHIVED`. These are the core elements of content managment.\n"]]