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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSourceLocation.HttpConfigurationPropertystatic final classAn implementation forCfnSourceLocation.HttpConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBaseUrl
The base URL for the source location host server.This string must include the protocol, such as https:// .
- See Also:
-
builder
-