Interface CfnVodSourcePropsMixin.HttpPackageConfigurationProperty

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

@Stability(Stable) public static interface CfnVodSourcePropsMixin.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.cfnpropertymixins.services.mediatailor.*;
 HttpPackageConfigurationProperty httpPackageConfigurationProperty = HttpPackageConfigurationProperty.builder()
         .path("path")
         .sourceGroup("sourceGroup")
         .type("type")
         .build();
 

See Also: