Interface CfnSourceLocation.HttpConfigurationProperty

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

@Stability(Stable) public static interface CfnSourceLocation.HttpConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The HTTP configuration for the source location.

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.*;
 HttpConfigurationProperty httpConfigurationProperty = HttpConfigurationProperty.builder()
         .baseUrl("baseUrl")
         .build();
 

See Also: