Interface CfnVodSource.HttpPackageConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVodSource.HttpPackageConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnVodSource

@Stability(Stable) public static interface CfnVodSource.HttpPackageConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The HTTP package configuration properties for the requested VOD source.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.mediatailor.*;
 HttpPackageConfigurationProperty httpPackageConfigurationProperty = HttpPackageConfigurationProperty.builder()
         .path("path")
         .sourceGroup("sourceGroup")
         .type("type")
         .build();
 

See Also: