Interface CfnSourceLocation.SegmentDeliveryConfigurationProperty

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

@Stability(Stable) public static interface CfnSourceLocation.SegmentDeliveryConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The segment delivery configuration settings.

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.*;
 SegmentDeliveryConfigurationProperty segmentDeliveryConfigurationProperty = SegmentDeliveryConfigurationProperty.builder()
         .baseUrl("baseUrl")
         .name("name")
         .build();
 

See Also: